Skip to main content
Glama

Datadog MCP Server

by brukhabtu

GetDowntime

Fetch detailed downtime information by ID, including related resources like the creator and monitor, using the Datadog MCP Server.

Instructions

Get downtime detail by downtime_id.

Path Parameters:

  • downtime_id (Required): ID of the downtime to fetch.

Query Parameters:

  • include: Comma-separated list of resource paths for related resources to include in the response. Supported resource paths are created_by and monitor.

Responses:

  • 200 (Success): OK
    • Content-Type: application/json
    • Response Properties:
      • included: Array of objects related to the downtime that the user requested.
    • Example:
{ "data": "unknown_type", "included": [ "unknown_type" ] }
  • 400: Bad Request
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 403: Forbidden
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 404: Not Found
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 429: Too many requests
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }

Input Schema

NameRequiredDescriptionDefault
downtime_idYesID of the downtime to fetch.
includeNoComma-separated list of resource paths for related resources to include in the response. Supported resource paths are `created_by` and `monitor`.

Input Schema (JSON Schema)

{ "properties": { "downtime_id": { "description": "ID of the downtime to fetch.", "example": "00000000-0000-1234-0000-000000000000", "type": "string" }, "include": { "description": "Comma-separated list of resource paths for related resources to include in the response. Supported resource\npaths are `created_by` and `monitor`.", "example": "created_by,monitor", "type": "string" } }, "required": [ "downtime_id" ], "type": "object" }
Install Server

Other Tools from Datadog MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brukhabtu/datadog-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server