v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-035895111.8 KB
sandboxes

Sandbox metrics

Get sandbox metrics

get/sandboxes/{sandboxID}/metrics

Path parameters

sandboxIDstring required

Query parameters

startinteger

Unix timestamp for the start of the interval, in seconds, for which the metrics

endinteger

Unix timestamp for the end of the interval, in seconds, for which the metrics

Response

Successfully returned the sandbox metrics

timestampstring date-time required

Timestamp of the metric entry

timestampUnixinteger required

Timestamp of the metric entry in Unix time (seconds since epoch)

cpuCountinteger required

Number of CPU cores

cpuUsedPctnumber float required

CPU usage percentage

memUsedinteger required

Memory used in bytes

memTotalinteger required

Total memory in bytes

memCacheinteger required

Cached memory (page cache) in bytes

diskUsedinteger required

Disk used in bytes

diskTotalinteger required

Total disk space in bytes