hosts
Manage Datadog infrastructure: list host inventory, filter by tags, count totals, and mute or unmute to control alerting during maintenance.
Instructions
Manage Datadog infrastructure hosts. Actions: list (with filters), totals (counts), mute (silence alerts), unmute. Use for: infrastructure inventory, host health, silencing noisy hosts during maintenance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| filter | No | Filter hosts by name, alias, or tag (e.g., "env:prod") | |
| from | No | Starting offset for pagination | |
| count | No | Number of hosts to return | |
| sortField | No | Field to sort by (e.g., "apps", "cpu", "name") | |
| sortDir | No | Sort direction | |
| hostName | No | Host name (required for mute/unmute) | |
| message | No | Mute reason message | |
| end | No | Mute end timestamp (POSIX). Omit for indefinite mute | |
| override | No | If true, replaces existing mute instead of failing |