datadog mcp

by GeLi2001
Verified

get-events

Search and retrieve Datadog events within a defined time range to analyze deployments, alerts, and system activities. Helps correlate events with system behaviors for monitoring insights.

Instructions

Search for events in Datadog within a specified time range. Events include deployments, alerts, comments, and other activities. Useful for correlating system behaviors with specific events.

Input Schema

NameRequiredDescriptionDefault
endYes
excludeAggregationNo
limitNo
priorityNo
sourcesNo
startYes
tagsNo
unaggregatedNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "end": { "type": "number" }, "excludeAggregation": { "type": "boolean" }, "limit": { "default": 100, "type": "number" }, "priority": { "enum": [ "normal", "low" ], "type": "string" }, "sources": { "type": "string" }, "start": { "type": "number" }, "tags": { "type": "string" }, "unaggregated": { "type": "boolean" } }, "required": [ "start", "end" ], "type": "object" }

You must be authenticated.

Other Tools from datadog mcp

Related Tools

ID: nj2o2mvvnd