ListDowntimes
Retrieve scheduled downtimes from Datadog MCP Server, filtering by active status, including related resources, and paginating results for efficient monitoring and management.
Instructions
Get all scheduled downtimes.
Query Parameters:
- current_only: Only return downtimes that are active when the request is made.
- include: Comma-separated list of resource paths for related resources to include in the response. Supported resource
paths are
created_by
andmonitor
. - page[offset]: Specific offset to use as the beginning of the returned page.
- page[limit]: Maximum number of downtimes in the response.
Responses:
- 200 (Success): OK
- Content-Type:
application/json
- Response Properties:
- data: An array of downtimes.
- included: Array of objects related to the downtimes.
- Example:
- Content-Type:
- 403: Forbidden
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 429: Too many requests
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
current_only | No | Only return downtimes that are active when the request is made. | |
include | No | Comma-separated list of resource paths for related resources to include in the response. Supported resource paths are `created_by` and `monitor`. | |
page[limit] | No | Maximum number of downtimes in the response. | |
page[offset] | No | Specific offset to use as the beginning of the returned page. |