API Reference
Metrics
Get server metrics history
Returns historical metrics with resolution based on the requested period.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringServer ID
Query Parameters
periodstringTime period (1h, 6h, 24h, 7d)
Default:
"1h"OK
Get latest server metrics
Returns the most recent metrics snapshot for a server.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringServer ID
OK
Get instance metrics history
Returns historical instance metrics (CPU, memory, disk) for the given time period.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringInstance ID (UUID)
Query Parameters
periodstringTime period: 1h, 6h, 24h, 7d
Default:
"1h"OK
Get latest instance metrics
Returns the most recent metric snapshot for an instance.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringInstance ID (UUID)
OK
Stream instance metrics (SSE)
Server-Sent Events stream pushing latest instance metrics every 10 seconds.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringInstance ID (UUID)
SSE event stream
Was this page helpful?