zms_list_agent_groups
List and filter ZMS agent groups by page, search, and JMESPath queries. Get details on name, type, agent count, policy status, and upgrade settings.
Instructions
List ZMS agent groups with pagination and search. Returns group name, type, agent count, policy status, and upgrade settings. Supports JMESPath client-side filtering via the query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| page_size | No | Number of items per page (default 20, max 100). | |
| search | No | Search filter string to narrow agent groups. | |
| sort | No | Sort field (e.g., 'name'). | |
| sort_dir | No | Sort direction: ASC or DESC. | |
| query | No | JMESPath expression for client-side filtering/projection on the result. Example: "nodes[?agent_group_type=='LINUX']". | |
| service | No | The service to use. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |