zpa_list_app_connector_groups
Retrieve all ZPA app connector groups with details like ID, name, location, and server-group memberships. Use this to plan server group creation or application onboarding.
Instructions
List ZPA App Connector Groups (read-only). Returns every connector group in the tenant — id, name, location, country, enrollment cert, server-group memberships. Use this to discover existing connector groups before creating server groups (which require an app_connector_group_id) or before onboarding an application. Supports name search and JMESPath client-side filtering via the query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Server-side substring match on the connector group's `name` field. Returns the full set of matches in this tenant — no fuzzy matching, no synonym expansion. An empty list means no connector 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 |