Path parameters
-
A comma-separated list of node IDs or names to limit the returned information; use
_local
to return information from the node you're connecting to, leave empty to get information from all nodes
GET /_nodes/{node_id}/usage
curl \ --request GET 'http://api.example.com/_nodes/{node_id}/usage' \ --header "Authorization: $API_KEY"