System
GET
/system/metricsLatest CPU/memory/disk usage snapshot for the sandbox. cpuUsedPct is the average CPU usage as a percentage of the CPU limit over the last sample window (0 until the first sample completes). Byte fields are in bytes.
Response Body
application/json
curl -X GET "https://example.com/system/metrics"{ "cpuCount": 0, "cpuUsedPct": 0.1, "diskFree": 0, "diskTotal": 0, "diskUsed": 0, "memCache": 0, "memTotal": 0, "memUsed": 0, "timestamp": "string", "timestampUnix": 0}