{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Suppression API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Suppression", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get All Suppression Rules", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/configuration/suppressions", "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get the list of all suppression rules." }, { "info": { "name": "Datadog Create a Suppression Rule", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/configuration/suppressions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a new suppression rule." }, { "info": { "name": "Datadog Get a Suppression Rule", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/configuration/suppressions/:suppression_id", "params": [ { "name": "suppression_id", "value": "", "type": "path", "description": "The ID of the suppression rule" } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get the details of a specific suppression rule." }, { "info": { "name": "Datadog Update a Suppression Rule", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/configuration/suppressions/:suppression_id", "params": [ { "name": "suppression_id", "value": "", "type": "path", "description": "The ID of the suppression rule" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Update a specific suppression rule." }, { "info": { "name": "Datadog Delete a Suppression Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/configuration/suppressions/:suppression_id", "params": [ { "name": "suppression_id", "value": "", "type": "path", "description": "The ID of the suppression rule" } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a specific suppression rule." } ] } ], "bundled": true }