{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Status API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Datadog Update Case Status", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cases/:case_id/status", "params": [ { "name": "case_id", "value": "f98a5a5b-e0ff-45d4-b2f5-afe6e74de504", "type": "path", "description": "Case's UUID or key" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Update case status" }, { "info": { "name": "Datadog Get Slo Report Status", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/slo/report/:report_id/status", "params": [ { "name": "report_id", "value": "", "type": "path", "description": "The ID of the report job." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get the status of the SLO report job." } ] } ], "bundled": true }