{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Action API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Action", "type": "folder" }, "items": [ { "info": { "name": "Datadog Create a New Action Connection", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/actions/connections", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Action Connection" }, { "info": { "name": "Datadog Get an Existing Action Connection", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/actions/connections/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "The ID of the action connection" } ] }, "docs": "Get an existing Action Connection" }, { "info": { "name": "Datadog Update an Existing Action Connection", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/actions/connections/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "The ID of the action connection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing Action Connection" }, { "info": { "name": "Datadog Delete an Existing Action Connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/actions/connections/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "The ID of the action connection" } ] }, "docs": "Delete an existing Action Connection" } ] } ], "bundled": true }