RUAL Documentation

POST /_system/cluster_stats/{period}

Get cluster statistics for a specific time period

Get cluster statistics for a specific time period
Key Type Example
:period required string
"example-period"
Key Type Example
authorization required string
"Bearer your-jwt-token"
Key Type Example Description
metric optional string
"example-string"
Metric to retrieve
from optional string
"example-string"
Start date/time
to optional string
"example-string"
End date/time (optional)
key_format optional string
"example-string"
Key format for results
{ "success": true }
{ "success": false, "error": "HTTP_401", "message": "Error response" }
Error Code Description
HTTP_401 HTTP 401 error
permission description
BearerAuth JWT access token obtained from login endpoint required

Back to Cluster Statistics Return to the Cluster Statistics category to view other endpoints All API Categories Browse all available API categories