Find Metric Keys By Database
Use this endpoint to retrieve list of all metric keys
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER
Request
URI
GET
https://{api_host}/monitoring/databases/{dbUUID}/metric-keys
COPY
Path Parameters
string
dbUUID
Required
Database UUID
Responses
200
OK
[
{}
]
204
No Content
Returns ExceptionResponse of type(s) */*
{
"timestamp": "string",
"message": "string",
"details": "string",
"uri": "string"
}
string As date-time As date-time
timestamp
Optional
timestamp
string
message
Optional
message
string
details
Optional
details
string
uri
Optional
uri
500
Internal Server Error
Returns ExceptionResponse of type(s) */*
{
"timestamp": "string",
"message": "string",
"details": "string",
"uri": "string"
}
string As date-time As date-time
timestamp
Optional
timestamp
string
message
Optional
message
string
details
Optional
details
string
uri
Optional
uri