POST /_system/cluster_stats_data/{period}
Get detailed cluster statistics data for a specific period
Get detailed cluster statistics data for a specific 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"
|
|
| from optional | string |
"example-string"
|
|
| limit optional | integer |
"example-value"
|
|
| sort optional | object |
{}
|
|
| key_format optional | string |
"example-string"
|
{
"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