system

Get resource usage history

Returns historical data for system resources. Developer, manager, or admin only.

get/services/resources/history

Query parameters

remoteNodestring

name of the remote node

durationstring

Duration of history to retrieve (e.g., 30m, 1h)

Response

A successful response

memoryTotalBytesinteger

Total physical memory in bytes

memoryUsedBytesinteger

Used physical memory in bytes

diskTotalBytesinteger

Total disk space in bytes

diskUsedBytesinteger

Used disk space in bytes

Changes