Configure tags for multiple metrics
POST {{baseUrl}}/api/v2/metrics/config/bulk-tags
Create and define a list of queryable tag keys for a set of existing count, gauge, rate, and distribution metrics.
Metrics are selected by passing a metric name prefix. Use the Delete method of this API path to remove tag configurations.
Results can be sent to a set of account email addresses, just like the same operation in the Datadog web app.
If multiple calls include the same metric, the last configuration applied (not by submit order) is used, do not
expect deterministic ordering of concurrent calls.
Can only be used with application keys of users with the Manage Tags for Metrics
permission.
Request Body
{"data"=>{"id"=>"<string>", "type"=>"metric_bulk_configure_tags", "attributes"=>{"emails"=>["<email>", "<email>"], "tags"=>["ciUburHZ", "sdur9"]}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |