Returns indicator-wise experience metrics, including scores, health status, and metric details for the specified profile and resource, with optional filtering for metrics with issues
https://{server-hostname}:8383/intelligence/api/score/device/profile/{scoreProfileId}/{agentResourceId}/nodes
DEX.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Score Profile Id obtained from DEX - Get Metadata API /intelligence/api/comon/meta
Resource Id obtained from SoM - Get Computers API /api/1.4/som/computers
curl --request GET \
--url https://appdomain/intelligence/api/score/device/profile/{scoreProfileId}/{agentResourceId}/nodes \
--header 'Accept: application/getDeviceNode.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Name of the indicator category
Array of metrics for this indicator
Unique identifier for the metric
Score value for the metric
Display name of the metric
Health status of the metric (0=poor, 1=average, 2=good, 3=unknown)
Value of the collected metrics
[
{
"indicator": "Device Performance",
"metrics": [
{
"metric_id": "3",
"score": "100",
"scoreDisplayName": "CPU Usage",
"scoreHealth": 2,
"primaryRenderText": "Average CPU usage (1 day): 7.98 %"
},
{
"metric_id": "4",
"score": "97",
"scoreDisplayName": "CPU Interrupt",
"scoreHealth": 2,
"primaryRenderText": "Average CPU interrupt (7 days): 0.17 %"
}
]
},
{
"indicator": "Application Reliability",
"metrics": [
{
"metric_id": "16",
"score": "100",
"scoreDisplayName": "Application Crash",
"scoreHealth": 2,
"primaryRenderText": "Application crash (7 days): 0 crashes"
}
]
}
]
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.