zms_get_resource_group_members
List the members of a ZMS resource group.
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. Examples: "[?enabled==`true`]", "[*].{name: name, id: id}", "length(@)". Omit to get the full records. IMPORTANT: field names are the keys of the returned records, which are usually snake_case (`custom_category`) even where the Zscaler API documents camelCase (`customCategory`) — guessing the spelling yields an empty list that looks like a real answer. If you have not already seen a record from this tool, call it once without `query` and read the keys off the response. | |
| group_id | Yes | ||
| page_num | No | ||
| page_size | No |