Device experience metric breakdown
dex_device_experience_metricsRetrieves per-indicator DEX metric breakdown for a device, including scores, health status, and summaries, with optional filtering to metrics currently having issues.
Instructions
Retrieves the indicator-wise DEX metric breakdown for one device under a score profile: for each indicator (e.g. Device Performance, Application Reliability) the individual metrics with their score, health (0 poor, 1 average, 2 good, 3 unknown), display name, and a human-readable summary line. Optionally restrict to only the metrics that currently have issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filterType | No | Which metrics to list: "all" for every metric, or "metricsWithIssues" for only metrics with issues. Defaults to the server's behavior when omitted (all metrics). | |
| scoreProfileId | Yes | Numeric DEX score profile ID. Obtain it from dex_meta (its lastVisitedProfileId field) or from the score profiles configured in the Endpoint Central DEX console. | |
| agentResourceId | Yes | Numeric resource_id of the target computer, from som_computers_list. |