Руководство Разработчика для Cisco Cisco Prime Network 4.1

Скачать
Страница из 199
3GPP OSS Integration
 
 
Cisco Prime Network OSS  Integration  Guide for  MTOSI and 3GPP 
OL-31029-01
 
 
33
 
7.9.2  Alarm IRP::acknowledgeAlarms 
 
Description: 
The API will be used to acknowledge one or more Tickets in the Prime Network. 
Input: 
Table 7-7: Input Paramters to acknowledge a list of Alarms 
Sl.No 
Parameter  
Data Type 
Description 
alarmInformationAndSeverity
ReferenceList 
List 
List of 
AlarmInformation.alarmId(corresponds 
to ID of a Ticket in Prime Network) - It 
carries one or more identifiers 
identifying AlarmInformation instances 
in AlarmList, including optionally the 
perceivedSeverity of the 
AlarmInformation instance that is going 
to be acknowledged. 
ackUserId
 
String 
The ID of the user who wishes to 
acknowledge the alarms 
 
Output:   
 
The API gives the information about the status of the acknowledge operation and the 
information about the Tickets that are not acknowledged. 
 
Sl.No 
Parameter  
Data Type 
Description 
badAlarmInformation 
ReferenceList 
List 
List of pair of 
AlarmInformation.alarmId(same 
as the input), ENUM 
(UnknownAlarmId, 
AcknowledgmentFailed, 
WrongPerceivedSeverity) and 
additional failure reason - If all 
the Tickets are acknowledged, 
this information is absent. Else 
this list contains details about 
the Tickets that are not 
acknowledged along with the 
failure reason and additional 
failure reason for each Ticket. 
Status 
ENUM(OperationSucceeded, 
OperationFailed, 
OperationPartiallySucceeded) 
If some of the Tickets are 
acknowledged, status = 
OperationPartiallySucceeded.