{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Execute API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Execute", "type": "folder" }, "items": [ { "info": { "name": "Datadog Execute a Workflow", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/workflows/:workflow_id/instances", "params": [ { "name": "workflow_id", "value": "", "type": "path", "description": "The ID of the workflow." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Execute the given workflow. This API requires an application key scoped with the workflows_run permission." } ] } ], "bundled": true }