datadog_hosts_list
List Datadog reporting hosts, optionally narrowed by environment filter or last reporting time cutoff. Outputs YAML with automatic pagination up to 10,000 hosts.
Instructions
List Datadog reporting hosts, optionally narrowed by a hosts filter (e.g. env:prod) and a from cutoff (Unix epoch seconds). limit of 0 (or omitted) auto-paginates up to 10000. Read-only. Mirrors omni-dev datadog hosts list. Output is YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Cutoff in Unix epoch seconds (e.g. `1700000000`); hosts last reporting before this are excluded. Optional. | |
| limit | No | Maximum hosts to return. `0` (or omitted) auto-paginates up to 10000. | |
| filter | No | Datadog hosts filter (e.g. `env:prod`). Optional; omit for all hosts. |