{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Reports API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Datadog Create a New Slo Report", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/slo/report", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a job to generate an SLO report. The report job is processed asynchronously and eventually results in a CSV report being available for download.\n\nCheck the status of the job and download the CSV report using the returned `report_id`." }, { "info": { "name": "Datadog Get Slo Report", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/slo/report/:report_id/download", "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": "Download an SLO report. This can only be performed after the report job has completed.\n\nReports are not guaranteed to exist indefinitely. Datadog recommends that you download the report as soon as it is available." }, { "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 }