Get feature usage information
Generally available; Added in 6.0.0
Required authorization
- Cluster privileges:
monitor
,manage
Query parameters
-
timeout
string Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
Values are
-1
or0
.
GET
/_nodes/usage
Console
GET _nodes/usage
curl \
--request GET 'http://api.example.com/_nodes/usage' \
--header "Authorization: $API_KEY"