Get details of triggered alert
Get details of triggered alert
Path Parameters
- id int32 required
- 200
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- id int32
id of the triggered alert
- severity AlertSeverity
Possible values: [
AUTO_PICK,CRITICAL,MAJOR,INFORMATION]Alert Severity Level
- alertType string
Possible values: [
Configuration - Clients,Configuration - Edge drive-Share operations,Configuration - License,Configuration - MediaAgents,Configuration - Users,Custom Rules - Client Group License Usage Check,Custom Rules - Data aging is disabled for n days,Custom Rules - Expiring clones,Custom Rules - Index Backup Status,Custom Rules - Index State,Custom Rules - Notify decommissioned Virtual Machines,Job Management - Auxiliary Copy,Job Management - Data Aging,Job Management - Data Protection,Job Management - Data Recovery,Job Management - DeDup DB Reconstruction,Job Management - Disaster Recovery Backup,Media Management - Device Status,Media Management - Library Management,Operation - Admin Alert,Operation - Event Viewer Events,Software Updates - Updates Available to Download]alert type for which the triggered alert was generated
- description string
The HTML template for the triggered alert containing description
- detectedCriteria string
Possible values: [
Alert CommServe License Expires Within n Days,Alert Modified,Alert every n attempts (Network failures),Alert every n attempts (Phase failures),Alert every n failed login attempts,Alert when License Consumed reaches n Percent,Alert when client certificate Expires Within n Days,Alert when jobs in pending state exceed n percent or count of n,Auxiliary Copy fallen behind alert,Backup for subclient failed consecutively for n attempts,Classification Failed,DDB Store got corrupted,DDB disk space low,Data backed up exceeds n GB,Decrease in Data size by n %,Delayed by n Hrs,Disk Space Low,Drive went Offline,Force De-configured,Increase in Data size by n %,Insufficient Storage,Job Activity,Job Failed,Job Initiated,Job Skipped,Job Started,Job Succeeded,Job Succeeded with Errors,Job exceeded running time of n Hrs,Library went Offline,Maintenance Occurred,Maintenance Required,Media Handling Required,Media Picked Up,Media Reached Destination,Media Recalled,Media Returned to Source,MediaAgent went offline,Mount Path went Offline,No Backup for last n Days,No Data Protection,Non-encrypted media exported,Number of failed files is more than n,Percentage of failed files is more than n,Properties Modified,Release Upgrade Required,Rolled Back,Scheduler Changes,Updates Available to Download,User Overwrite of Media]detection criteria for the triggered alert to be generated
{
"id": 0,
"severity": "AUTO_PICK",
"alertType": "Configuration - Clients",
"description": "string",
"detectedCriteria": "Alert CommServe License Expires Within n Days"
}
Internal Server Error