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
Type
HTTP (bearer)
Parameters
Path Parameters
serverId*
The unique identifier of the server
Type
Requiredstring
Query Parameters
timeRange
Time range for monitoring data (e.g., 1h, 24h, 7d) - defaults to 1h
Type
string
Responses
Server monitoring data
application/json
JSON
{
}
