Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
137
 
Description 
This interface enables an NMS to request all of the cleared and acknowledged alarms that are under the 
control of the EMS (both alarms raised by the NEs and alarms raised by the EMS itself). Some alarms 
may be filtered out (excluded) by specifying their probable causes or severities. 
Due to performance concerns, this operation is restricted to enable only one OSS client to access it at one 
time. Otherwise, Prime Optical throws the EXCPT_UNABLE_TO_COMPLY exception. 
The result of this operation is independent of the filtering set up by the NMS for the notification service. 
ONS 15310, ONS 15327, ONS 15454 SONET, ONS 15454 SDH, ONS NCS2K SONET, ONS NCS2K 
SDH, ONS 15600 SONET, and ONS 15600 SDH 
The ONS 15310, ONS 15327, ONS 15454 SONET, ONS 15454 SDH, ONS NCS2K SONET, ONS 
NCS2K SDH, ONS 15600 SONET, and ONS 15600 SDH do not send a “clear” for TCA events. TCAs 
are not reported in the eventList that is returned by this method. 
Parameters 
Name 
Type 
Input/Output  Description 
excludeProbCauseList  notifications::ProbableCauseList_T 
In 
List of probable alarm 
causes to exclude from 
the output event list. 
excludeSeverityList 
notifications::PerceivedSeverityList_T  In 
List of alarm severities 
to exclude from the 
output event list. 
how_many 
unsigned long 
In 
Maximum number of 
alarms to report in the 
first batch. 
EventList 
notifications::EventList 
Out 
First batch of alarms. 
EventIt 
notifications::EventIterator_I 
Out 
Iterator to retrieve the 
remaining alarms. 
Throws 
Compliance 
Prime Optical-defined. 
3.3.27  getAllEMSSystemClearedAlarms 
Synopsis 
Description