Get system metrics on a grid node

get/grid/{name}/top
Internal-Use Only

Returns a collection of system metrics for the specified host, 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}

Path Parameters

NameTypeRequiredDescription
name
string
true

Name of node.

Responses

StatusMeaningDescription
200OKOKSchema