Get Alerts Triggered
Get List Of Alerts Triggered
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- totalCount int32
Total count of the Alerts Triggered
- unreadCount int32
Total unread Alerts Triggered
alertsTriggered object[]
id int32Triggered Alert Id
severity AlertSeverityPossible values: [
AUTO_PICK
,CRITICAL
,MAJOR
,INFORMATION
]Alert Severity Level
detectedCriterion stringPossible 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
info stringName of the Alert Triggered
notes stringcontains any descriptive note written for the alert
type stringPossible 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
detectedTime int32Unix Epoch Time
client object
id int32name stringreadStatus booleanGives the Alert Read Status. True if Read and False if Unread
jobId int32Job Id by which this Alert was Triggered
company object
Organization corresponding to alert
id int32name string
{
"totalCount": 0,
"unreadCount": 0,
"alertsTriggered": [
{
"id": 0,
"severity": "AUTO_PICK",
"detectedCriterion": "Alert CommServe License Expires Within n Days",
"info": "string",
"notes": "string",
"type": "Configuration - Clients",
"detectedTime": 0,
"client": {
"id": 0,
"name": "string"
},
"readStatus": true,
"jobId": 0,
"company": {
"id": 0,
"name": "string"
}
}
]
}
Requested Details not found