list-hosts
List infrastructure hosts with filtering by tags, sorting by metrics, and retrieving metadata such as agent version and platform. Supports pagination and time range.
Instructions
List infrastructure hosts with filtering, sorting, and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter string for search results. Example: web-server or env:prod | |
| sortField | No | Field to sort by. Example: apps, cpu, iowait, load | |
| sortDir | No | Sort direction: asc or desc | |
| count | No | Number of hosts to return (max 1000) | |
| start | No | Pagination offset | |
| from | No | Unix epoch seconds — hosts active since this time. Example: 1740000000 | |
| includeMutedHostsData | No | Include mute status info | |
| includeHostsMetadata | No | Include agent_version, machine, platform, processor |