##Required authorization
- Cluster privileges:
monitor,manage
Path parameters
-
A comma-separated list of node IDs or names to limit the returned information; use
_localto return information from the node you're connecting to, leave empty to get information from all nodes -
Limits the information returned to the specific metrics. A comma-separated list of the following options:
_all,rest_actions.
GET
/_nodes/{node_id}/usage/{metric}
Console
GET _nodes/usage
curl \
--request GET 'http://api.example.com/_nodes/{node_id}/usage/{metric}'