Path parameters
-
Limits the information returned to the specific metrics. A comma-separated list of the following options:
_all
,rest_actions
.
GET
/_nodes/usage/{metric}
Console
GET _nodes/usage
resp = client.nodes.usage()
const response = await client.nodes.usage();
response = client.nodes.usage
$resp = $client->nodes()->usage();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_nodes/usage"