Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
117
 
Parameters 
Name 
Type 
Input/ 
Output  Description 
excludeSeverityList 
notifications::PerceivedSeverityList_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::EventList_T 
Out 
First batch of alarms 
EventIt 
notifications::EventIterator_I 
Out 
Iterator to retrieve the 
remaining alarms. 
3.3.9  setAdditionalInfo 
Synopsis  
Description 
This interface allows you to change the note of an alarm. You can use setAdditionalInfo to perform an 
append, replace, or delete operation for an alarm. This is applicable for alarms at the EMS/NE level. 
Name 
Type 
Input/ 
Output  Description 
objectName 
globaldefs::NamingAttributes_T  In 
Alarm AID that is the target for note 
changes. 
additionalInfo 
globaldefs::NVSList_T 
In 
List of additional information for the 
alarm. This parameter must not be null 
or empty. 
additionalInfo must contain one of the parameters in the following table, where Key and Value are the 
NameAndStringValue_T fields: 
Key 
Value 
Description 
note_append 
String 
Note to append to an existing note. 
note_replace 
String 
Note to replace. 
note_delete 
String 
Note to delete. 
To address EMS alarms, AID must be used without ManagedElement: 
•  objectName [0] = new NameAndStringValue_T("EMS", "Cisco Systems/Prime Optical") 
•  objectName [1] = new NameAndStringValue_T("AID", "notificationId=10"); 
The EMS generates an AVC event each time this API is called. 
3.3.10  getAllEMSAndMEActiveAlarms 
Synopsis