Get the list of Alert Definitions
Select
Get the list of Alert Definitions
Query Parameters
- additionalProperties boolean
To get extra meta data details for the api
- 200
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
alertDefinitions object[]
id int32Id of the alert definition
name stringName of the alert definition
type stringPossible values: [
Clients
,Edge drive-Share operations
,License
,MediaAgents
,Users
,Client Group License Usage Check
,Data aging is disabled for n days
,Expiring clones
,Index Backup Status
,Index State
,Notify decommissioned Virtual Machines
,Auxiliary Copy
,Data Aging
,Data Protection
,Data Recovery
,DeDup DB Reconstruction
,Disaster Recovery Backup
,Device Status
,Library Management
,Admin Alert
,Event Viewer Events
,Updates Available to Download
,No DDB Verification Job in last n days
,HyperScale-HardwareAlerts
]category of the alert definition
company object
id int32name stringenabled booleandenotes if the alert definition is enabled or disabled
{
"alertDefinitions": [
{
"id": 0,
"name": "string",
"type": "Clients",
"company": {
"id": 0,
"name": "string"
},
"enabled": true
}
]
}
Internal Server Error