User guide

3-20
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.3.2 getAllEMSSystemActiveAlarms
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 SDH, ONS 15454 SONET, ONS 15600 SONET, and ONS 15600 SDH
ONS 15310, ONS 15327, ONS 15454 SDH, ONS 15454 SONET, ONS 15600 SONET, and ONS 15600
SDH do not send a “clear” for TCA events. TCAs are not reported in the eventList returned by this
method.
ONS 15540 and ONS 15530
TCAs are reported in the eventList returned by this method. The ONS 15540 sends a “clear” for TCAs.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_UNABLE_TO_COMPLY - Raised when this method is being used by another OSS client.
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators reaches 128.
Compliance
TMF-defined.
3.3.2 getAllEMSSystemActiveAlarms
Synopsis
void getAllEMSSystemActiveAlarms(
in notifications::PerceivedSeverityList_T excludeSeverityList,
in unsigned long how_many,
out notifications::EventList_T eventList,
out notifications::EventIterator_I eventIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to request all active alarms for the EMS. Some alarms can be filtered out
(excluded) by specifying their severities.
The result of this operation is independent of the filtering set up by the NMS for the notification service.
Name Type Input/Output Description
excludeProbCauseList notifications::Proba
bleCauseList_T
In List of probable causes to exclude (for which events are not
reported).
excludeSeverityList notifications::Percei
vedSeverityList_T
In List of 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::Event
List_T
Out First batch of alarms.
eventIt notifications::EventI
terator_I
Out Iterator to retrieve the remaining alarms.