zpa_list_server_groups
Retrieve ZPA server groups with read-only access, using optional name search, pagination, microtenant scoping, and JMESPath filtering.
Instructions
List ZPA server groups (read-only) Supports JMESPath client-side filtering via the query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Server-side substring match on the server group's `name` field. Returns the full set of matches in this tenant — no fuzzy matching, no synonym expansion. An empty list means no server group name contains this string; do not retry with split keywords or no filter. | |
| page | No | Page number for pagination. | |
| page_size | No | Number of items per page. | |
| microtenant_id | No | Microtenant ID for scoping. | |
| query | No | JMESPath expression for client-side filtering/projection of results. | |
| service | No | The service to use. | zpa |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |