{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Case API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Case", "type": "folder" }, "items": [ { "info": { "name": "Datadog Create a Case", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cases", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a Case" }, { "info": { "name": "Datadog Get the Details of a Case", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/cases/:case_id", "params": [ { "name": "case_id", "value": "f98a5a5b-e0ff-45d4-b2f5-afe6e74de504", "type": "path", "description": "Case's UUID or key" } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get the details of case by `case_id`" }, { "info": { "name": "Datadog Archive Case", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cases/:case_id/archive", "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": "Archive case" }, { "info": { "name": "Datadog Assign Case", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cases/:case_id/assign", "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": "Assign case to a user" }, { "info": { "name": "Datadog Update Case Priority", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cases/:case_id/priority", "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 priority" }, { "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 Unarchive Case", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cases/:case_id/unarchive", "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": "Unarchive case" }, { "info": { "name": "Datadog Unassign Case", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cases/:case_id/unassign", "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": "Unassign case" } ] } ], "bundled": true }