zms_get_resource_group_members
List members of a ZMS resource group. Provide group ID to get one row per member workload.
Instructions
List the members of a ZMS resource group.
Read-only. Returns one row per member workload. Obtain group_id from
zms_list_resource_groups. Requires ZSCALER_CUSTOMER_ID.
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. | |
| group_id | Yes | ||
| page_num | No | ||
| page_size | No |