{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Monitor Muting API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Monitor Muting", "type": "folder" }, "items": [ { "info": { "name": "Datadog Mute a Monitor", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v1/monitor/:monitor_id/mute", "params": [ { "name": "monitor_id", "value": "", "type": "path", "description": "The unique numeric ID of the monitor to operate on" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Mutes the specified monitor to suppress alert notifications for all groups or specific scopes. Optionally specify an end time after which the monitor automatically unmutes. While muted, the monitor continues to evaluate the query but does not send alert notifications. Useful for planned maintenance or known issues." }, { "info": { "name": "Datadog Unmute a Monitor", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v1/monitor/:monitor_id/unmute", "params": [ { "name": "monitor_id", "value": "", "type": "path", "description": "The unique numeric ID of the monitor to operate on" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unmutes a previously muted monitor to resume alert notifications. Optionally specify a scope to unmute only specific groups. If no scope is specified, the monitor is unmuted globally across all groups. Notifications resume immediately for any groups that are in an alert or warning state." } ] } ], "bundled": true }