Returns profile summary fields and occurrence statistics for affected devices.
https://{serverurl}/intelligence/api/alerts/alertSummary/{profileId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Grouped alert identifier used when the profile type is grouped
curl --request GET \
--url https://appdomains/intelligence/api/alerts/alertSummary/{profileId} \
--header 'Accept: application/alertSummaryJson.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Alert profile name
Priority level of the profile
Comma separated list of metric names
Rendered event condition text
Rendered alert type condition text
Troubleshoot feature flag
Count of impacted unique devices
Formatted timestamp of first occurrence
Formatted timestamp of latest occurrence
Internal server error code for alert summary operation
Internal server error message for alert summary operation
Summary for grouped alert profile
{
"eventCondition": "CPU usage above 90 % for 10 minutes",
"isTroubleshootEnabled": false,
"alertProfileName": "High CPU Spike",
"firstOccurrence": "Apr 01, 2026 09:15 AM",
"lastOccurrence": "Apr 02, 2026 11:40 AM",
"alertMetric": "CPU Usage",
"alertPriority": "High",
"alertCondition": "Minimum number of 5 endpoints impacted in a day",
"impactedDeviceCount": 12
}
Unexpected failure while fetching summary
{
"errorMessage": "Unable to fetch alert summary due to internal error",
"errorCode": "INTERNAL_ERROR"
}
![]()
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.