{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Handle API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Handle", "type": "folder" }, "items": [ { "info": { "name": "Datadog Create Tenant-based Handle", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integration/ms-teams/configuration/tenant-based-handles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a tenant-based handle 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 Update Tenant-based Handle", "type": "http" }, "http": { "method": "PATCH", "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." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a tenant-based handle from the Datadog Microsoft Teams integration." }, { "info": { "name": "Datadog Delete Tenant-based Handle", "type": "http" }, "http": { "method": "DELETE", "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": "Delete a tenant-based handle from the Datadog Microsoft Teams integration." }, { "info": { "name": "Datadog Create Workflows Webhook Handle", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integration/ms-teams/configuration/workflows-webhook-handles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Workflows webhook handle in 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." }, { "info": { "name": "Datadog Update Workflows Webhook Handle", "type": "http" }, "http": { "method": "PATCH", "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." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Workflows webhook handle from the Datadog Microsoft Teams integration." }, { "info": { "name": "Datadog Delete Workflows Webhook Handle", "type": "http" }, "http": { "method": "DELETE", "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": "Delete a Workflows webhook handle from the Datadog Microsoft Teams integration." } ] } ], "bundled": true }