listLabelKeys method
Written by
Updated at April 14, 2025
Returns a list of label keys.
HTTP request
GET https://monitoring.api.cloud.yandex.net/monitoring/v2/metrics/labels
Query parameters
Parameter | Description |
---|---|
folderId | This is a required field. Metric folder ID. The maximum string length is 50 characters. |
selectors | Label selectors for metrics. |
Response
HTTP Code: 200 - OK
{
"keys": [
"string"
]
}
Field | Description |
---|---|
keys[] | string Key list. |