POST /_system/cluster_stats_labels/{period}
Get unique label values for cluster statistics
Get unique label values for cluster statistics
| 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"
|
|
| label optional | string |
"example-string"
|
|
| label_filter optional | object |
{}
|
{
"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