Get server metrics by ID
GET
/metrics/{id}
Get server metrics by ID. Server: localhost:8085
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Path Parameters
id*
The server identifier
Typeinteger
RequiredResponses
OK
application/json
JSON
{
"cpu": {
"percent": 0,
"cores": 0,
"load": [
0
]
},
"memory": {
"percent": 0,
"usedGiB": 0,
"totalGiB": 0
},
"disk": {
"percent": 0,
"usedHuman": "string",
"totalHuman": "string"
},
"lastChecked": "string"
}