datadog_hosts_list
Retrieve Datadog reporting hosts with optional environment filter, time cutoff, and pagination. Output in YAML format.
Instructions
List Datadog reporting hosts. limit of 0 (or omitted) auto-paginates up to 10000. Mirrors omni-dev datadog hosts list. Output is YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Datadog hosts filter (e.g. `env:prod`). | |
| from | No | Cutoff in Unix epoch seconds; hosts last reporting before this are excluded. | |
| limit | No | Maximum hosts to return. `0` (or omitted) auto-paginates up to 10000. |