Show TOC

Function documentationExamples: Alert Services Locate this document in the navigation structure

 

These services are used to do the following:

  • View alerts and its details

  • Change alert status

  • Delete alerts

  • Forward alerts

For more information, see Services.

Services

Example URLs

List of modes

http://<server>:<port>/XMII/Illuminator?Service=Alert&mode=Modelist

Gets the alerts along with the statuses

http://<server>:<port>/XMII/Illuminator?Service=Alert&mode=GetAlerts&Status=<Status Name or Status Integer Value>

Gets the details of the alerts

http://<server>:<port>/XMII/Illuminator?Service=Alert&mode=GetDetails&Id=<Alert Id>

Sets the status of the alerts

http://<server>:<port>/XMII/Illuminator?Service=Alert&mode=SetStatus&Id=<Alert Ids separated by comma>&Status=<New Status Name or Integer Value>

Deletes the alerts

http://<server>:<port>/XMII/Illuminator?Service=Alert&mode=Delete&Id=<Alert Ids separated by comma>

Forwards the alerts to different roles

http://<server>:<port>/XMII/Illuminator?Service=Alert&mode=Forward&Id=<Alert Ids separated by comma>&Roles=<Comma separated Role names>