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
globalConfigInfo object
Only applicable on Global CommCells
id stringname stringcommcells object[]
List of Service CommCells where the global configuration is applied
id int32name stringguid stringscope stringThe entity level at which the config is applied.
scopeFilterQuery stringCommCellEntityCache filter query string used for filtering the scope
applyOnAllCommCells booleanDecides whether the global configuration should be applied to all the Service commcells, including the newly created ones
isMarkedForDeletion booleanIndicates whether global configuration deletion has been started.
status stringglobalConfigInfo object
Only applicable on Global CommCells
id stringname stringcommcells object[]
List of Service CommCells where the global configuration is applied
id int32name stringguid stringscope stringThe entity level at which the config is applied.
scopeFilterQuery stringCommCellEntityCache filter query string used for filtering the scope
applyOnAllCommCells booleanDecides whether the global configuration should be applied to all the Service commcells, including the newly created ones
isMarkedForDeletion booleanIndicates whether global configuration deletion has been started.
status string
{
"alertDefinitions": [
{
"id": 0,
"name": "string",
"type": "Clients",
"company": {
"id": 0,
"name": "string"
},
"enabled": true,
"globalConfigInfo": {
"id": "string",
"name": "string",
"commcells": [
{
"id": 0,
"name": "string",
"guid": "string"
}
],
"scope": "string",
"scopeFilterQuery": "string",
"applyOnAllCommCells": true,
"isMarkedForDeletion": true,
"status": "string"
}
}
],
"globalConfigInfo": {
"id": "string",
"name": "string",
"commcells": [
{
"id": 0,
"name": "string",
"guid": "string"
}
],
"scope": "string",
"scopeFilterQuery": "string",
"applyOnAllCommCells": true,
"isMarkedForDeletion": true,
"status": "string"
}
}
Internal Server Error