zdx_get_application_metric
Retrieve time-series performance metrics for a ZDX application, including page fetch time, DNS time, and availability, filtered by metric name and time window.
Instructions
Get ZDX performance metrics for one application (time-series).
Read-only. Returns one series per metric (Page Fetch Time, DNS Time,
availability), each with its datapoints over the since HOURS window
(default 2h). Pass metric_name to narrow to a single metric. Use app_id
from zdx_list_applications.
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 | ||
| geo_id | No | ||
| location_id | No | ||
| metric_name | No | ||
| department_id | No |