Cisco Cisco Prime Optical 10.3 Guia Do Programador

Página de 688
 
Cisco Prime Optical 10.3 GateWay/CORBA Programmer Reference Guide 
 
 
124
 
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 
Description 
This interface enables an NMS to request active alarms that are under the control of the EMS 
(alarms raised by the NEs and alarms raised by the EMS itself). Some alarms might be filtered 
out (excluded) by specifying their probable causes or severities. 
Due to performance concerns, only one OSS client is allowed to invoke this operation at a time. 
Otherwise, Prime Optical throws the EXCPT_UNABLE_TO_COMPLY exception. 
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 SONET, ONS 15454 SDH, ONS NCS2K SONET, ONS 
NCS2K SDH, ONS 15600 SONET, and ONS 15600 SDH