zms_list_resource_groups
List ZMS resource groups with pagination and filtering by name or hostname. Retrieve member counts, CIDRs, and FQDNs for managed and unmanaged groups.
Instructions
List ZMS resource groups with pagination and filtering. Filter by name or resource_hostname. Returns managed and unmanaged groups with member counts, CIDRs, and FQDNs. Supports JMESPath client-side filtering via the query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_num | No | Page number (default 1). | |
| page_size | No | Number of items per page (default 20, max 100). | |
| name | No | Filter by resource group name (substring match). | |
| resource_hostname | No | Filter by resource hostname within groups (substring match). | |
| query | No | JMESPath expression for client-side filtering/projection on the result. Example: "nodes[?member_count>`10`]". | |
| service | No | The service to use. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |