Postgres Database
Get metrics for a specific Postgres Database in a location
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Ubicloud location/region
Example:
"eu-central-h1"
Postgres database ID or name
ID of the project
Example:
"pjkkmx0f2vke4h36nk9cm8v8q0"
Query Parameters
Start time for metrics query (rfc3339 format)
Example:
"2025-05-12T11:57:24+00:00"
End time for metrics query (rfc3339 format)
Example:
"2025-05-12T11:27:24+00:00"
Key of the specific metric to retrieve
Example:
"cpu_usage"
Response
200
application/json
Metrics data for a Postgres Database
The response is of type object
.