ztw_list_ip_groups
Retrieve ZTW IP groups, filter by name using substring search, and apply JMESPath expressions for client-side result projection.
Instructions
List ZTW IP groups.
search is a server-side substring match on the group name. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]", "[*].{name: name, id: id}", "length(@)". Omit to get the full records. | |
| search | No |