mcp-server-datadog

by winor30
Verified

list_hosts

Retrieve a filtered list of hosts from Datadog with options to sort, paginate, and include metadata or muted hosts data for precise monitoring and management.

Instructions

Get list of hosts from Datadog

Input Schema

NameRequiredDescriptionDefault
countNoMax number of hosts to return (max: 1000)
filterNoFilter string for search results
fromNoSearch hosts from this UNIX timestamp
include_hosts_metadataNoInclude host metadata (version, platform, etc)
include_muted_hosts_dataNoInclude muted hosts status and expiry
sort_dirNoSort direction (asc/desc)
sort_fieldNoField to sort hosts by
startNoStarting offset for pagination

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Max number of hosts to return (max: 1000)", "maximum": 1000, "type": "integer" }, "filter": { "description": "Filter string for search results", "type": "string" }, "from": { "description": "Search hosts from this UNIX timestamp", "type": "integer" }, "include_hosts_metadata": { "description": "Include host metadata (version, platform, etc)", "type": "boolean" }, "include_muted_hosts_data": { "description": "Include muted hosts status and expiry", "type": "boolean" }, "sort_dir": { "description": "Sort direction (asc/desc)", "type": "string" }, "sort_field": { "description": "Field to sort hosts by", "type": "string" }, "start": { "description": "Starting offset for pagination", "type": "integer" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from mcp-server-datadog

Related Tools

ID: bu8gtzkwfr