{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Names API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Names", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get Channel Information by Name", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/integration/ms-teams/configuration/channel/:tenant_name/:team_name/:channel_name", "params": [ { "name": "tenant_name", "value": "", "type": "path", "description": "Your tenant name." }, { "name": "team_name", "value": "", "type": "path", "description": "Your team name." }, { "name": "channel_name", "value": "", "type": "path", "description": "Your channel name." } ] }, "docs": "Get the tenant, team, and channel ID of a channel in the Datadog Microsoft Teams integration." }, { "info": { "name": "Datadog List Tags by Metric Name", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/metrics/:metric_name/all-tags", "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": "View indexed tag key-value pairs for a given metric name over the previous hour." }, { "info": { "name": "Datadog List Tag Configuration by Name", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/metrics/:metric_name/tags", "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 the tag configuration for the given metric name." }, { "info": { "name": "Datadog List Distinct Metric Volumes by Metric Name", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/metrics/:metric_name/volumes", "params": [ { "name": "metric_name", "value": "dist.http.endpoint.request", "type": "path", "description": "The name of the metric." } ] }, "docs": "View distinct metrics volumes for the given metric name.\n\nCustom metrics generated in-app from other products will return `null` for ingested volumes." } ] } ], "bundled": true }