mcp-server-datadog

by winor30
Verified

schedule_downtime

Schedule a downtime in Datadog

Input Schema

NameRequiredDescriptionDefault
endNo
messageNo
monitorIdNo
monitorTagsNo
recurrenceNo
scopeYes
startNo
timezoneNo

Input Schema (JSON Schema)

{ "properties": { "end": { "type": "number" }, "message": { "type": "string" }, "monitorId": { "type": "number" }, "monitorTags": { "items": { "type": "string" }, "type": "array" }, "recurrence": { "additionalProperties": false, "properties": { "period": { "minimum": 1, "type": "number" }, "type": { "enum": [ "days", "weeks", "months", "years" ], "type": "string" }, "until": { "type": "number" }, "weekDays": { "items": { "enum": [ "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun" ], "type": "string" }, "type": "array" } }, "required": [ "type", "period" ], "type": "object" }, "scope": { "minLength": 1, "type": "string" }, "start": { "type": "number" }, "timezone": { "type": "string" } }, "required": [ "scope" ], "type": "object" }