List tag configuration by name

GET {{baseUrl}}/api/v2/metrics/:metric_name/tags

Returns the tag configuration for the given metric name.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":{"attributes":{"aggregations":[{"space":"avg","time":"avg"}],"created_at":"2020-03-25T09:48:37.463835Z","metric_type":"gauge","modified_at":"2020-04-25T09:48:37.463835Z","tags":["app","datacenter"]},"type":"manage_tags"}}