mcp-server-datadog

by winor30
Verified

get_active_hosts_count

Get the total number of active hosts in Datadog (defaults to last 5 minutes)

Input Schema

NameRequiredDescriptionDefault
fromNoNumber of seconds from which you want to get total number of active hosts (defaults to 2h)

Input Schema (JSON Schema)

{ "properties": { "from": { "default": 7200, "description": "Number of seconds from which you want to get total number of active hosts (defaults to 2h)", "type": "integer" } }, "required": [], "type": "object" }