{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Type API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Type", "type": "folder" }, "items": [ { "info": { "name": "Datadog Create an Incident Type", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/incidents/config/types", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create an incident type." }, { "info": { "name": "Datadog Get Incident Type Details", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/incidents/config/types/:incident_type_id", "params": [ { "name": "incident_type_id", "value": "", "type": "path", "description": "The UUID of the incident type." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get incident type details." }, { "info": { "name": "Datadog Update an Incident Type", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/incidents/config/types/:incident_type_id", "params": [ { "name": "incident_type_id", "value": "", "type": "path", "description": "The UUID of the incident type." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Update an incident type." }, { "info": { "name": "Datadog Delete an Incident Type", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/incidents/config/types/:incident_type_id", "params": [ { "name": "incident_type_id", "value": "", "type": "path", "description": "The UUID of the incident type." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete an incident type." } ] } ], "bundled": true }