zdx_list_software
List software inventory across devices, users, locations, or departments. Returns software key, name, vendor, version, and install/user counts for further details.
Instructions
List the ZDX software inventory.
Read-only. Returns one row per software title (key, name, vendor, version,
install/user counts). Filter by location/department/geo/user/device. Use a
returned software_key with zdx_get_software_details to see who has it.
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 | ||
| department_id | No |