get_group_agents
Retrieve all agents assigned to a specific Wazuh group, with optional pagination and IP inclusion.
Instructions
List agents belonging to a specific Wazuh group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Group name/identifier (e.g., 'default', 'linux-servers') | |
| limit | No | Maximum number of items to return (1-100) | |
| offset | No | Pagination offset | |
| include_ip | No | Include agent IP addresses in the response |