Cisco Cisco Prime Optical 9.6 开发者指南

下载
页码 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
126
 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
acknowledgeIDList
 
notifications::AlarmAndTCAIDList_T
 
In
 
List of target alarms. Each 
alarm must be identified with 
its AID.
 
additionalInfo
 
globaldefs::NVSList_T
 
In
 
List of additional information 
for the alarms. 
 
This parameter can be null or 
empty if the alarms to 
acknowledge are non-GMPLS 
alarms.
 
The list can assume the value 
‘gmpls’, if GMPLS alarms are 
acknowledged.
 
 
GMPLS non-GMPLS 
alarms cannot be 
acknowledged together. 
failedAcknowledgeIDList
 
notifications::AlarmAndTCAIDList_T
 
Out
 
List of failed acknowledged 
alarms, if available.
 
3.3.6  unacknowledgeAlarms 
Synopsis 
void unacknowledgeAlarms( 
           in notifications::AlarmAndTCAIDList_T unacknowledgeIDList, 
           in globaldefs::NVSList_T additionalInfo, 
           out notifications::AlarmAndTCAIDList_T failedunAcknowledgeIDList) 
          raises(globaldefs::ProcessingFailureException); 
Description 
This interface allows you 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. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
acknowledgeIDList
 
notifications::AlarmAndTCAIDList_T
 
In
 
List of target alarms. Each 
alarm must be identified with 
its AID.