Previous Topic: SetTimeoutValueNext Topic: DeleteAllAlerts


DeleteAlerts

This method deletes HM Alerts.

Parameters

xsd:string sessionId

Session Id. received from the login to the web service.

dsm:ArrayOfstring deleteAlerts

Array of alert UUIDs that must be deleted.

Return Values

None.

UpdateAlerts

This method changes the state of the HM Alert (New/FollowUp/Cleared). It also allows the user to add a User Message (or Description).

Parameters

xsd:string sessionId

Session Id. got from the login to the web service.

dsm:ArrayOfstring alertIds

Array of alert UUIDs that must be updated

dsm:UpdateAlertsProperties alertProperties

The properties of the alert(s) that must be updated.

Return Values

None.