List active tags and aggregations

GET {{baseUrl}}/api/v2/metrics/:metric_name/active-configurations?window[seconds]=<long>

List tags and aggregations that are actively queried on dashboards and monitors for a given metric name.

Request Params

KeyDatatypeRequiredDescription
window[seconds]stringThe number of seconds of look back (from now).
Default value is 604,800 (1 week), minimum value is 7200 (2 hours), maximum value is 2,630,000 (1 month).

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;attributes&quot;:{&quot;active_aggregations&quot;:[{&quot;time&quot;:&quot;count&quot;,&quot;space&quot;:&quot;max&quot;},{&quot;time&quot;:&quot;sum&quot;,&quot;space&quot;:&quot;min&quot;}],&quot;active_tags&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;actively_queried_configurations&quot;}}