POST /_system/cluster_stats_labels/{period}

Get unique label values for cluster statistics

Get unique label values for cluster statistics
KeyTypeExampleDescription
periodrequiredstring
"example"
Statistics period
KeyTypeExampleDescription
authorizationrequiredstring
"Bearer access_token"
Access token
KeyTypeExampleDescription
fromoptionalstring
0
labeloptionalstring
"Database host"
label_filteroptionalobject
{}
metricoptionalstring
"example"
tooptionalstring
"example"
[
  "example-string"
]
{
  "code": 401,
  "error": "INVALID_ACCESS_TOKEN"
}
StatusError CodeDescription
401INVALID_ACCESS_TOKENAuthentication required or invalid token
PermissionDescription
Bearer tokenAccess token required via Authorization header, x-authtoken, x-token, query param, or cookie
cluster_stats_viewRequired scope: cluster_stats_view

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