{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Instance API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Instance", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get a Workflow Instance", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/workflows/:workflow_id/instances/:instance_id", "params": [ { "name": "workflow_id", "value": "", "type": "path", "description": "The ID of the workflow." }, { "name": "instance_id", "value": "", "type": "path", "description": "The ID of the workflow instance." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get a specific execution of a given workflow. This API requires an application key scoped with the workflows_read permission." }, { "info": { "name": "Datadog Cancel a Workflow Instance", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.{site}/api/v2/workflows/:workflow_id/instances/:instance_id/cancel", "params": [ { "name": "workflow_id", "value": "", "type": "path", "description": "The ID of the workflow." }, { "name": "instance_id", "value": "", "type": "path", "description": "The ID of the workflow instance." } ] }, "docs": "Cancels a specific execution of a given workflow. This API requires an application key scoped with the workflows_run permission." } ] } ], "bundled": true }