{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Related API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Related", "type": "folder" }, "items": [ { "info": { "name": "Datadog Related Assets to a Metric", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/metrics/:metric_name/assets", "params": [ { "name": "metric_name", "value": "dist.http.endpoint.request", "type": "path", "description": "The name of the metric." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Returns dashboards, monitors, notebooks, and SLOs that a metric is stored in, if any. Updated every 24 hours." }, { "info": { "name": "Datadog Change the Related Incidents of a Security Signal", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/signals/:signal_id/incidents", "params": [ { "name": "signal_id", "value": "", "type": "path", "description": "The ID of the signal." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Change the related incidents for a security signal." } ] } ], "bundled": true }