Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
456
 
Name
 
Type
 
Input/ 
Output
 
Description
 
excludeProbCauseList
 
notifications::ProbableCauseList_T
 
In
 
The list of probable causes 
to exclude from being 
reported as an event.
 
excludeSeverityList
 
notifications::PerceivedSeverityList_T
 
In
 
List of severities to exclude 
from the output event list.
 
additionalInfo
 
globaldefs::NVSList_T
 
In
 
If filled, it allows retrieval of 
all GMPLS alarms. It has only 
one allowed value: 
 
Name = alarmType
 
Value = gmpls
 
If not filled, it exhibits the 
same behavior as the 
EMSManager API.
 
how_many
 
unsigned long
 
In
 
Maximum number of alarms 
to report in the first batch.
 
EventList
 
notifications::EventList_T
 
Out
 
First batch of alarms.
 
EventIt
 
notifications::EventIterator_I
 
Out
 
Iterator to retrieve the 
remaining alarms.
 
 
3.18  cpoManagedElementManager_I:: CpoManagedElementManager_I 
The CpoManagedElementManager_I interface is used to gain access to operations which deal 
with managed elements and termination points with CPO dedicated APIs. A handle to an 
instance of this interface is gained via the getManager operation in emsSession. This interface is 
inherited from common::Common_I. 
interface cpoManagedElementManager_I : common::Common_I 
 
3.18.1  getAllUnacknowledgedActiveAlarms 
Synopsis 
void getAllUnacknowledgedActiveAlarms(  
in globaldefs::NamingAttributes_T meName, 
            in notifications::ProbableCauseList_T excludeProbCauseList, 
            in notifications::PerceivedSeverityList_T excludeSeverityList, 
            in globaldefs::NVSList_T additionalInfo, 
            in unsigned long how_many,