POST /_system/cluster_stats_series/{period}
Get cluster statistics grouped by series/labels
Get cluster statistics grouped by series/labels
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"
|
|
to optional | string |
"example-string"
|
|
match_labels 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