zdx_get_software_details
Expand a ZDX software key to view all users and devices with that software installed, returning per-user and per-device install rows.
Instructions
Expand one ZDX software key into its per-user/device install rows.
Read-only. Returns the users and devices that have the given software_key
installed. Obtain the key from zdx_list_software.
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. | |
| geo_id | No | ||
| user_ids | No | ||
| device_ids | No | ||
| location_id | No | ||
| software_key | Yes | ||
| department_id | No |