servers
Get metrics for a server
Returns specified metrics for a server. In the absence of from and to parameters, metrics for the last 5 minutes are returned.
get/servers/{id}/metrics
Path parameters
idstring required
Server id.
Query parameters
namesstring[] required
A comma separated list of metrics names. Possible series names associated with a server are: loadavg_norm, cpu_percent, iowait_percent, memory_used_percent, requests_per_second, kilobytes_per_second, avg_processor_queue_length, avg_disk_queue_length
fromstring
Beginning of a date-time range.
tostring
End of a date-time range.
resolutioninteger
Size of each division for which metrics data will be returned, in seconds. Resolution should not be mentioned when metrics summary is needed
summarizeboolean
Indicates if summarized value for the series should be returned for the interval.
Response
Metrics for the server have been returned successfully.