zdx_get_web_probes
List web probes for a ZDX device and app to obtain the web_probe_id required before starting a deep trace. Use this read-only endpoint to gather probe identifiers for deep-trace payloads.
Instructions
List web probes for an app on a ZDX device (full records).
Read-only. Call this BEFORE zdx_start_deeptrace to obtain the
web_probe_id the deep-trace payload needs.
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. | |
| since | No | ||
| app_id | Yes | ||
| device_id | Yes |