This is an archive version of the document. To get the most up-to-date information, see the current version.

Alarms

The following resource collections represent Veeam Service Provider Console alarms:

  • The /notifications/alarmTemplates resource collection represents alarm templates. Alarm templates include predefined and custom alarms.
  • The /notifications/events resource collection represents triggered alarms.

Collection URL

The /notifications/alarmTemplates resource collection is located at the following URL:

https://<hostname>:1281/v2/notifications/alarmTemplates

The /notifications/events resource collection is located at the following URL:

https://<hostname>:1281/v2/notifications/events

Collection Representation Alarms

Alarm Templates

Triggered Alarms

[

 {

   "id": 1,

   "alarmTemplateId": 12,

   "repeatCount": 1,

   "companyId": 4,

   "locationId": 4,

   "computerName": "srv21",

   "objectName": "srv21",

   "lastActivation": {

     "time": "2018-11-23T08:54:56.9967505Z",

     "status": "Resolved",

     "message": "All metrics are back to normal.\r\n",

     "remark": "Automatically resolved.\r\n"

   },

   "_links": [

     {

       "rel": "self",

       "method": "GET",

       "href": "https://vac:1281/v2/notifications/events/2"

     },

     {

       "rel": "related",

       "method": "GET",

       "href": "https://vac:1281/v2/notifications/alarmTemplates/12"

     }

   ]

 },

 {

   "id": 2,

   "alarmTemplateId": 15,

   "repeatCount": 7,

   "companyId": 1,

   "locationId": 0,

   "computerName": "srv49",

   "objectName": "srv49",

   "lastActivation": {

     "time": "2018-11-26T10:34:45.6049307Z",

     "status": "Error",

     "message": "ConnectWise Manage plugin failed to contact Veeam Availability Console. Review debug logs for more information.\r\n",

     "remark": "\r\n"

   },

   "_links": [

     {

       "rel": "self",

       "method": "GET",

       "href": "https://vac:1281/v2/notifications/events/2"

     },

     {

       "rel": "related",

       "method": "GET",

       "href": "https://vac:1281/v2/notifications/alarmTemplates/15"

     }

   ]

 }

]