{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Information API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Information", "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 Get Tenant-based Handle Information", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/integration/ms-teams/configuration/tenant-based-handles/:handle_id", "params": [ { "name": "handle_id", "value": "", "type": "path", "description": "Your tenant-based handle id." } ] }, "docs": "Get the tenant, team, and channel information of a tenant-based handle from the Datadog Microsoft Teams integration." }, { "info": { "name": "Datadog Get Workflows Webhook Handle Information", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/:handle_id", "params": [ { "name": "handle_id", "value": "", "type": "path", "description": "Your Workflows webhook handle id." } ] }, "docs": "Get the name of a Workflows webhook handle from the Datadog Microsoft Teams integration." } ] } ], "bundled": true }