zpa_list_application_segments
Retrieve ZPA application segments with server-side name search and client-side JMESPath filtering. Supports pagination and microtenant scoping.
Instructions
List ZPA application segments with optional filtering (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 application segment's `name` field. Returns the full set of matches in this tenant — no fuzzy matching, no synonym expansion. An empty list means no segment 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 |