zcell_list_sim_location_groups
Retrieve all Zscaler Cellular SIM location groups, including IDs, names, and tracked ICCIDs. Enables subsequent inspection of geo-fences and linked policies for each group.
Instructions
List Zscaler Cellular SIM location groups.
Read-only. Returns one row per group (id, name, tracked ICCIDs). Use the
returned id with zcell_get_sim_location_group for the geo-fence and
linked-policy detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | No | ||
| size | No | ||
| 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. |