NorthboundActiveAlarmSync

The NorthboundActiveAlarmSync API forwards traps stored in the Alarm table in the Oracle Communications Session Delivery Manager database to the destination trap receiver within a specified time period.

The following trap parameters are used to identify the destination trap receiver, the minimum alarm severity state to synchronize, and the time interval for northbound active alarm synchronization:

  • trapReceiverIP—The destination trap receiver IP address.
  • minimumSeverity—The minimum alarm severity it is a severity String, the possible value can be Clear, Warning, Minor, Major, Critical, the API will forward the user specified severity alarms plus all the way up severity Alarms to the desired network. For example, if the user specifies Minor, It will forward all of Alarms which has severity from Minor, Major, Critical and Emergency to the target trap receiver.
  • startSyncTime—The local start time (mm/dd/yyyy hh:mm:ss) for when traps are forwarded from the NNC server. If the user enters a null value, the startSyncTime is not used for a query.
  • endSyncTime—The local end time (mm/dd/yyyy hh:mm:ss) for when traps are forwarded from the NNC server. If the user enters a null value, the endSyncTime is not used for a query.

The WSAlarmSyncResult object is returned. If the execution of the API is unsuccessful, the AcmeWSAdminFault exception is thrown.