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
 
 
125
 
    }; 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
objectName
 
globaldefs::NamingAtt
ributes_T
 
In
 
Identifies the alarm that must be an AID. 
This parameter is used as a key to search the 
alarm, so it must exist and must be 
consistent.
 
additionalInfo
 
globaldefs::NVSList_T
 
In
 
List of additional information for the alarms. 
This parameter must not be null or empty.
 
failedAcknowledgeIDList
 
notifications::AlarmAn
dTCAIDList_T
 
Out
 
List of failed acknowledged alarms, if 
available.
 
 
3.3.4  AlarmOrTCAIdentifier_T 
Synopsis 
 union AlarmOrTCAIdentifier_T switch (AlarmTypeQualifier_T)  
    { 
     case ALARM:  AlarmId_T alarmId; 
     case TCA:    TCAId_T tcaId; 
    }; 
Description 
AlarmOrTCAIdentifier_T is used as a unique identifier of a threshold crossing alert. 
Compliance 
TMF-defined. 
3.3.5  acknowledgeAlarms 
Synopsis 
   void acknowledgeAlarms( 
           in notifications::AlarmAndTCAIDList_T acknowledgeIDList, 
           in globaldefs::NVSList_T additionalInfo, 
           out notifications::AlarmAndTCAIDList_T failedAcknowledgeIDList) 
          raises(globaldefs::ProcessingFailureException); 
Description 
This interface allows an NMS to acknowledge all of the alarms that are under the control of this 
EMS. This operation is restricted to allow only 100 alarms per call.