Acknowledge Alarm

 

Function Name: getAcknowledgeAlarmsXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function allows the User to dismiss the generated Alarms so that, User does not receive them again in the List of Generated Alarms. Acknowledged Alarm is regenerated when the action is performed again.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOAcknowledgeAlarms

 

 

Prototype:

 

public String getAcknowledgeAlarmsXml

(

 

 

 

String cabinetName,

 

 

String userDbId,

 

 

String alarmIdList

 

)

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

cabinetName

Name of the Database Cabinet to which the User wants to connect.

 

N/A

userDbId

UserDatabase ID, which is returned in the ConnectCabinet call.

 

N/A

alarmIdList

List of Alarm Indexes generated by the helper function getAlarmXml.

 

 

 

Output Parameters:

An Input Xml for NGOAcknowledgeAlarms.