mcp-server-datadog

by winor30
Verified

list_downtimes

List scheduled downtimes from Datadog

Input Schema

NameRequiredDescriptionDefault
currentOnlyNo
monitorIdNo

Input Schema (JSON Schema)

{ "properties": { "currentOnly": { "type": "boolean" }, "monitorId": { "type": "number" } }, "required": [], "type": "object" }