zpa_list_segment_groups
Retrieve ZPA segment groups with support for search, pagination, microtenant scoping, and JMESPath filtering.
Instructions
List ZPA segment 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 segment group's `name` field. Returns the full set of matches in this tenant — no fuzzy matching, no synonym expansion. An empty list means no segment group name contains this string; do not retry with split keywords or no filter. | |
| page | No | Page number for pagination. | |
| page_size | No | Items per page for pagination. | |
| 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 |