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.

fromstring required

An iso8601 formatted timestamp

tostring required

An iso8601 formatted timestamp

resolutioninteger required

Resolution of the time series data returned.

metricsobject required

Metrics returned

Changes

No recorded changes to this endpoint across all 1 revision of this API.