list_agents
List all Wazuh agents, filterable by status, with support for pagination, sorting, and IP inclusion.
Instructions
List all Wazuh agents with optional status filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by agent status: active, disconnected, never_connected, or pending | |
| limit | No | Maximum number of items to return (1-100) | |
| offset | No | Pagination offset | |
| sort | No | Sort field with direction prefix (e.g., '-name', '+id') | |
| include_ip | No | Include agent IP addresses in the response |