{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Deployments API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "Datadog Send a Deployment Event for Dora Metrics", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/dora/deployment", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Use this API endpoint to provide data about deployments for DORA metrics.\n\nThis is necessary for:\n- Deployment Frequency\n- Change Lead Time\n- Change Failure Rate" }, { "info": { "name": "Datadog Get a List of Deployment Events", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/dora/deployments", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Use this API endpoint to get a list of deployment events." }, { "info": { "name": "Datadog Get a Deployment Event", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/dora/deployments/:deployment_id", "params": [ { "name": "deployment_id", "value": "abc-123-def", "type": "path", "description": "The ID of the deployment event." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Use this API endpoint to get a deployment event." } ] } ], "bundled": true }