Get Datastore Metrics
Use this endpoint to retrieve specified Datastore Metrics by Environment UUID, Datastore Moid and Metric Key
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER
Environment UUID
Datastore Moid
Metric Key name
Time Period
Time Unit
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
OK
{
"totalElements": 0,
"totalPages": 0,
"pageable": {
"page": 0,
"size": 0,
"sort": [
"string"
]
},
"first": false,
"sort": {
"sorted": false,
"unsorted": false,
"empty": false
},
"size": 0,
"content": [
{
"metricKey": "string",
"time": "string",
"value": "number"
}
],
"number": 0,
"numberOfElements": 0,
"last": false,
"empty": false
}
totalElements
totalPages
first
size
number
numberOfElements
last
empty
No Content
{
"timestamp": "string",
"message": "string",
"details": "string",
"uri": "string"
}
timestamp
message
details
uri
Internal Server Error
{
"timestamp": "string",
"message": "string",
"details": "string",
"uri": "string"
}
timestamp
message
details
uri