datadog_hosts_list
List Datadog reporting hosts, optionally filtered by environment and time cutoff, and receive YAML output. Read-only operation.
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. |