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.
GET
/_nodes/usage
curl \
--request GET 'http://api.example.com/_nodes/usage' \
--header "Authorization: $API_KEY"