Get system metrics

get/system/top
Internal-Use Only

Returns a collection of system metrics, similar to the information gathered and displayed by the top utility for UNIX/Linux.

Request Samples

1

Response Samples

1{
2 "description": "Top System Metrics",
3 "value": {
4 "cpuLoad": 1,
5 "system": {
6 "$ref": "#/components/examples/SystemInformation"
7 },
8 "processes": {
9 "items": {
10 "$ref": "#/components/examples/Process"
11 }
12 }
13 }
14}

Responses

StatusMeaningDescription
200OKOKSchema