list-hosts
List and filter infrastructure hosts by tag or environment, sort by metrics like CPU or load, and retrieve metadata such as agent version, platform, and mute status.
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 |