{
  "info": {
    "name": "Datadog — mcp.ai",
    "description": "REST API for the Datadog MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/datadog",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "datadog_aggregate_logs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/aggregate/logs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "aggregate",
            "logs"
          ]
        },
        "description": "Aggregate Datadog logs without downloading raw events. Use for counts, unique values, percentiles, numeric statistics, grouped breakdowns, and values over time. Use DATADOG_SEARCH_LOGS only when indiv",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": {},\n  \"filter\": {},\n  \"compute\": \"\",\n  \"group_by\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_create_dashboard",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/dashboard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "dashboard"
          ]
        },
        "description": "Create a dashboard in Datadog. Dashboards provide customizable visualizations for monitoring your infrastructure, applications, and business metrics in a unified view.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"title\": \"\",\n  \"widgets\": \"\",\n  \"description\": \"\",\n  \"layout_type\": \"\",\n  \"notify_list\": \"\",\n  \"template_variables\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_create_downtime",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/downtime",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "downtime"
          ]
        },
        "description": "Creates a new downtime in Datadog to suppress alerts during maintenance windows or planned outages. Useful for preventing false alarms during deployments or maintenance.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": 0,\n  \"scope\": \"\",\n  \"start\": 0,\n  \"message\": \"\",\n  \"timezone\": \"\",\n  \"monitor_id\": 0,\n  \"recurrence\": {},\n  \"monitor_tags\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_create_escalation_policy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/escalation/policy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "escalation",
            "policy"
          ]
        },
        "description": "Creates a Datadog On-Call escalation policy.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_create_event",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/event",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "event"
          ]
        },
        "description": "Creates a new event in Datadog. Events are useful for tracking deployments, outages, configuration changes, and other important occurrences.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"host\": \"\",\n  \"tags\": \"\",\n  \"text\": \"\",\n  \"title\": \"\",\n  \"priority\": \"\",\n  \"alert_type\": \"\",\n  \"device_name\": \"\",\n  \"date_happened\": 0,\n  \"aggregation_key\": \"\",\n  \"source_type_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_create_monitor",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/monitor",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "monitor"
          ]
        },
        "description": "Creates a new Datadog monitor to track metrics, logs, or other data sources with configurable alerting thresholds and notifications.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"tags\": \"\",\n  \"type\": \"\",\n  \"query\": \"\",\n  \"message\": \"\",\n  \"options\": {},\n  \"priority\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_create_notification_channel",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/notification/channel",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "notification",
            "channel"
          ]
        },
        "description": "Creates an On-Call notification channel for a Datadog user.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {},\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_create_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "notification",
            "rule"
          ]
        },
        "description": "Creates an On-Call notification rule for a Datadog user.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {},\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_create_schedule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/schedule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "schedule"
          ]
        },
        "description": "Creates a Datadog On-Call schedule.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_create_slo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/slo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "slo"
          ]
        },
        "description": "Create a Service Level Objective (SLO) in Datadog. SLOs help you define and track reliability targets for your services, enabling data-driven decisions about service quality and reliability investment",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"tags\": \"\",\n  \"type\": \"\",\n  \"query\": {},\n  \"groups\": \"\",\n  \"thresholds\": \"\",\n  \"description\": \"\",\n  \"monitor_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_create_synthetic_api_test",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/synthetic/api/test",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "synthetic",
            "api",
            "test"
          ]
        },
        "description": "Create a synthetic API test in Datadog. Creates a new synthetic API test that continuously monitors API endpoints from multiple locations worldwide. Useful for proactive monitoring of API uptime, perf",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"tags\": \"\",\n  \"type\": \"\",\n  \"config\": {},\n  \"status\": \"\",\n  \"message\": \"\",\n  \"options\": {},\n  \"subtype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_create_webhook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/webhook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "webhook"
          ]
        },
        "description": "Create a webhook in Datadog. Registers a named destination endpoint; each monitor must explicitly reference the webhook by name in its message or notification settings for alerts to be delivered.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"name\": \"\",\n  \"payload\": \"\",\n  \"encode_as\": \"\",\n  \"custom_headers\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_delete_dashboard",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/dashboard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "dashboard"
          ]
        },
        "description": "Delete a dashboard in Datadog. Permanently removes a dashboard from your organization. This action cannot be undone. Use with caution.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dashboard_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_delete_escalation_policy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/escalation/policy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "escalation",
            "policy"
          ]
        },
        "description": "Deletes a Datadog On-Call escalation policy by ID. This action cannot be undone.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"policy_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_delete_monitor",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/monitor",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "monitor"
          ]
        },
        "description": "Deletes a Datadog monitor permanently. Use with caution as this action cannot be undone.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"force\": false,\n  \"monitor_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_delete_notification_channel",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/notification/channel",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "notification",
            "channel"
          ]
        },
        "description": "Deletes an On-Call notification channel for a Datadog user. This action cannot be undone.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user_id\": \"\",\n  \"channel_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_delete_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "notification",
            "rule"
          ]
        },
        "description": "Deletes an On-Call notification rule for a Datadog user. This action cannot be undone.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"rule_id\": \"\",\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_delete_schedule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/schedule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "schedule"
          ]
        },
        "description": "Deletes a Datadog On-Call schedule by ID. This action cannot be undone.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"schedule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_dashboard",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/dashboard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "dashboard"
          ]
        },
        "description": "Get a specific dashboard from Datadog. Retrieves detailed information about a dashboard including its widgets, layout, template variables, and metadata.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dashboard_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_escalation_policy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/escalation/policy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "escalation",
            "policy"
          ]
        },
        "description": "Retrieves a Datadog On-Call escalation policy by ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"policy_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_monitor",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/monitor",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "monitor"
          ]
        },
        "description": "Retrieves detailed information about a specific Datadog monitor, including its current state, configuration, and any active downtimes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"monitor_id\": 0,\n  \"group_states\": \"\",\n  \"with_downtimes\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_notification_channel",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/notification/channel",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "notification",
            "channel"
          ]
        },
        "description": "Retrieves an On-Call notification channel for a user by ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user_id\": \"\",\n  \"channel_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "notification",
            "rule"
          ]
        },
        "description": "Retrieves an On-Call notification rule for a user by ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"rule_id\": \"\",\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_schedule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/schedule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "schedule"
          ]
        },
        "description": "Retrieves a Datadog On-Call schedule by ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"schedule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_scheduled_on_call_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/scheduled/on/call/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "scheduled",
            "on",
            "call",
            "user"
          ]
        },
        "description": "Gets the currently scheduled on-call user for a Datadog On-Call schedule.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"schedule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_service_dependencies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/service/dependencies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "service",
            "dependencies"
          ]
        },
        "description": "Get service dependency mapping from Datadog APM. This action retrieves the dependency graph for a specific service, showing both upstream services (that call this service) and downstream services (tha",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"env\": \"\",\n  \"service\": \"\",\n  \"end_time\": 0,\n  \"start_time\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_synthetics_locations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/synthetics/locations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "synthetics",
            "locations"
          ]
        },
        "description": "Tool to retrieve all available public and private locations for Synthetic tests in Datadog. Use when you need a list of location identifiers for creating or managing synthetic tests.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_tags",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tags",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tags"
          ]
        },
        "description": "Retrieves all tags associated with a specific host in Datadog. Useful for understanding host metadata and organizing infrastructure.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"source\": \"\",\n  \"host_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_team_on_call_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/team/on/call/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "team",
            "on",
            "call",
            "users"
          ]
        },
        "description": "Gets the current on-call users for a Datadog On-Call team.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"team_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_team_routing_rules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/team/routing/rules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "team",
            "routing",
            "rules"
          ]
        },
        "description": "Gets the Datadog On-Call routing rules configured for a team.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"team_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_trace_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/trace/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "trace",
            "by",
            "id"
          ]
        },
        "description": "DEPRECATED: Use DATADOG_SEARCH_TRACES instead. Get detailed information about a specific trace by its ID. This action retrieves comprehensive details about a distributed trace, including all spans, ti",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"to_time\": \"\",\n  \"trace_id\": \"\",\n  \"from_time\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_get_usage_summary",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/usage/summary",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "usage",
            "summary"
          ]
        },
        "description": "Retrieves usage summary information from Datadog including API calls, hosts, containers, and other billable usage metrics. Useful for cost monitoring and usage analysis. Months with no activity return",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end_month\": \"\",\n  \"start_month\": \"\",\n  \"include_org_details\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_all_tags",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/all/tags",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "all",
            "tags"
          ]
        },
        "description": "List all tags from Datadog. Tags help organize and filter your infrastructure and applications. This action shows all tags in use across your organization.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"source\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_api_keys",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/api/keys",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "api",
            "keys"
          ]
        },
        "description": "List API keys in Datadog. Retrieves all API keys in the organization for security auditing, access management, and key rotation planning. Helps maintain security posture by tracking key usage and owne",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"page_size\": 0,\n  \"page_number\": 0,\n  \"filter_created_at_end\": \"\",\n  \"filter_modified_at_end\": \"\",\n  \"filter_created_at_start\": \"\",\n  \"filter_modified_at_start\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_apm_services",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/apm/services",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "apm",
            "services"
          ]
        },
        "description": "List APM services from Datadog. Application Performance Monitoring (APM) provides deep visibility into your applications, helping you track performance, errors, and dependencies.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"env\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_aws_integration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/aws/integration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "aws",
            "integration"
          ]
        },
        "description": "List AWS integrations in Datadog. Retrieves all configured AWS account integrations, showing which AWS accounts are monitored by Datadog and their configuration settings. Useful for cloud infrastructu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"role_name\": \"\",\n  \"account_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_dashboards",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/dashboards",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "dashboards"
          ]
        },
        "description": "Lists all Datadog dashboards with basic information. Useful for dashboard management and getting an overview of available dashboards.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"start\": 0,\n  \"filter_shared\": false,\n  \"filter_deleted\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "events"
          ]
        },
        "description": "Lists events from Datadog within a specified time range. Events track important occurrences like deployments, outages, and configuration changes. Combining multiple filters (tags, sources, priority) w",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": 0,\n  \"page\": 0,\n  \"tags\": \"\",\n  \"start\": 0,\n  \"sources\": \"\",\n  \"priority\": \"\",\n  \"unaggregated\": false,\n  \"exclude_aggregate\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_hosts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/hosts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "hosts"
          ]
        },
        "description": "Lists all hosts in your Datadog infrastructure with detailed information including metrics, tags, and status. Useful for infrastructure monitoring and management.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"start\": 0,\n  \"filter\": \"\",\n  \"sort_dir\": \"\",\n  \"sort_field\": \"\",\n  \"from_timestamp\": 0,\n  \"include_hosts_metadata\": false,\n  \"include_muted_hosts_data\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_incidents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/incidents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "incidents"
          ]
        },
        "description": "List incidents from Datadog. Incident Management helps you track, manage, and resolve incidents efficiently with comprehensive timeline and impact tracking.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"include\": \"\",\n  \"page_size\": 0,\n  \"page_offset\": 0,\n  \"filter_query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_log_indexes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/log/indexes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "log",
            "indexes"
          ]
        },
        "description": "Tool to retrieve a list of all log indexes configured in Datadog, including their names and configurations. Use before DATADOG_SEARCH_LOGS to identify the correct index name; searching without specify",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_metrics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "metrics"
          ]
        },
        "description": "Discover metric names by listing actively reporting metrics since a given timestamp. Use when you need to find what metrics exist before querying timeseries data with DATADOG_QUERY_METRICS.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"host\": \"\",\n  \"tag_filter\": \"\",\n  \"from_timestamp\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_monitors",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/monitors",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "monitors"
          ]
        },
        "description": "Get all monitor details. This endpoint allows you to retrieve information about all monitors configured in your organization. You can filter by group states, name, tags, and use pagination to manage l",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"page\": 0,\n  \"tags\": \"\",\n  \"id_offset\": 0,\n  \"page_size\": 0,\n  \"group_states\": \"\",\n  \"monitor_tags\": \"\",\n  \"with_downtimes\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_notification_channels",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/notification/channels",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "notification",
            "channels"
          ]
        },
        "description": "Lists the On-Call notification channels configured for a Datadog user.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_notification_rules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/notification/rules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "notification",
            "rules"
          ]
        },
        "description": "Lists the On-Call notification rules configured for a Datadog user.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_roles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/roles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "roles"
          ]
        },
        "description": "List roles from Datadog organization. Roles define sets of permissions that control what users can do within your Datadog organization.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"page_size\": 0,\n  \"filter_name\": \"\",\n  \"page_number\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_service_checks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/service/checks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "service",
            "checks"
          ]
        },
        "description": "Lists service checks from Datadog. Service checks are status checks that track the health of your services and infrastructure components.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": 0,\n  \"tags\": \"\",\n  \"check\": \"\",\n  \"start\": 0,\n  \"status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_sl_os",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/sl/os",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "sl",
            "os"
          ]
        },
        "description": "List Service Level Objectives (SLOs) from Datadog. Service Level Objectives help you track the reliability and performance of your services by setting measurable targets for key metrics.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_synthetics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/synthetics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "synthetics"
          ]
        },
        "description": "List Synthetics tests from Datadog. Synthetics monitoring allows you to proactively monitor your applications and APIs by simulating user interactions and API calls from various locations.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"limit\": 0,\n  \"offset\": 0,\n  \"locations\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "users"
          ]
        },
        "description": "List users from Datadog organization. User management allows you to see team members, their roles, and access levels within your Datadog organization.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"sort_dir\": \"\",\n  \"page_size\": 0,\n  \"page_number\": 0,\n  \"filter_status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_list_webhooks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/webhooks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "webhooks"
          ]
        },
        "description": "List webhooks from Datadog. Webhooks allow you to send notifications to external services when monitors trigger, enabling integration with your workflows.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_mute_monitor",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mute/monitor",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mute",
            "monitor"
          ]
        },
        "description": "Mute a monitor in Datadog. Temporarily silences alerts from a monitor, which is useful during maintenance windows, deployments, or when investigating known issues to prevent alert fatigue.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": 0,\n  \"override\": false,\n  \"monitor_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_query_metrics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "metrics"
          ]
        },
        "description": "Queries Datadog metrics and returns time series data. Useful for retrieving historical metric data, creating custom dashboards, or building reports.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"to_timestamp\": 0,\n  \"from_timestamp\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_search_logs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/logs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "logs"
          ]
        },
        "description": "Searches Datadog logs with advanced filtering capabilities. IMPORTANT NOTES: - Sort parameter is NOT supported by the Datadog Logs API and will cause errors - Time parameters must be in milliseconds (",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"index\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"time_to\": 0,\n  \"start_at\": \"\",\n  \"time_from\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_search_spans_analytics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/spans/analytics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "spans",
            "analytics"
          ]
        },
        "description": "Search and analyze span data with aggregations in Datadog. This action uses the Datadog Spans Analytics API to perform advanced queries and aggregations on trace span data. It's essential for: - Analy",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"filter\": {},\n  \"compute\": \"\",\n  \"options\": {},\n  \"group_by\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_search_traces",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/traces",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "traces"
          ]
        },
        "description": "Search for traces in Datadog APM. This action allows you to search for distributed traces across your services. It's essential for: - Finding specific request flows during incident investigation - Ana",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": {},\n  \"sort\": {},\n  \"filter\": {},\n  \"options\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_set_team_routing_rules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/team/routing/rules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "team",
            "routing",
            "rules"
          ]
        },
        "description": "Replaces (sets) the On-Call routing rules for a Datadog team.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {},\n  \"team_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_submit_metrics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/submit/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "submit",
            "metrics"
          ]
        },
        "description": "Submits custom metrics to Datadog. Useful for sending application-specific metrics, business KPIs, or custom performance indicators.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"series\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_unmute_monitor",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unmute/monitor",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unmute",
            "monitor"
          ]
        },
        "description": "Unmute a monitor in Datadog. Re-enables alerts from a previously muted monitor, returning it to normal monitoring and alerting behavior. Alerting resumes immediately upon call, so ensure maintenance o",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"all_scopes\": false,\n  \"monitor_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_update_dashboard",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/dashboard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "dashboard"
          ]
        },
        "description": "Update a dashboard in Datadog. Updates an existing dashboard with new configuration, widgets, or layout while preserving its identity and creation metadata.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"title\": \"\",\n  \"widgets\": \"\",\n  \"description\": \"\",\n  \"layout_type\": \"\",\n  \"notify_list\": \"\",\n  \"reflow_type\": \"\",\n  \"dashboard_id\": \"\",\n  \"is_read_only\": false,\n  \"pause_auto_refresh\": false,\n  \"template_variables\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_update_escalation_policy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/escalation/policy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "escalation",
            "policy"
          ]
        },
        "description": "Updates a Datadog On-Call escalation policy by ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {},\n  \"policy_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_update_host_tags",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/host/tags",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "host",
            "tags"
          ]
        },
        "description": "Updates tags for a specific host in Datadog. This replaces all existing tags from the specified source with the new tags provided.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"source\": \"\",\n  \"host_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_update_monitor",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/monitor",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "monitor"
          ]
        },
        "description": "Updates an existing Datadog monitor with new configuration, thresholds, or notification settings. Only specified fields will be updated.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"tags\": \"\",\n  \"type\": \"\",\n  \"query\": \"\",\n  \"message\": \"\",\n  \"options\": {},\n  \"priority\": 0,\n  \"monitor_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_update_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "notification",
            "rule"
          ]
        },
        "description": "Updates an On-Call notification rule for a user by ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {},\n  \"rule_id\": \"\",\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datadog_update_schedule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/schedule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "schedule"
          ]
        },
        "description": "Updates a Datadog On-Call schedule by ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {},\n  \"schedule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}