Skip to content

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
Required

Responses

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"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the Apache License Version 2.0