zpa_list_app_connectors
Retrieve a list of ZPA app connectors with status, version, and health information. Supports pagination and client-side filtering via JMESPath.
Instructions
List ZPA app connectors with status, version, and health information (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 connector's `name` field. Returns the full set of matches in this tenant — no fuzzy matching, no synonym expansion. An empty list means no connector 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. Default 20, max 500. | |
| 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 |