Get Server Monitoring
GET
/monitoring/{serverId}
Retrieves detailed monitoring data for a specific server including historical performance metrics, uptime statistics, and health status over a specified time range.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
serverId*
The unique identifier of the server
Typestring
RequiredQuery Parameters
timeRange
Time range for monitoring data (e.g., 1h, 24h, 7d) - defaults to 1h
Typestring
Responses
Server monitoring data
application/json
JSON
{
}