Cisco Cisco Prime Network 4.2 Guia Do Programador

Página de 214
3GPP OSS Integration
 
 
Cisco Prime OSS  Integration  Guide for  MTOSI and 3GPP 
 
 
37
 
The API will be used to unacknowledge one or more Tickets in the Prime Network. 
Input: 
Table 7-8: Input Paramters to unacknowledge a list of Alarms 
Sl.No 
Parameter  
Data Type 
Description 
alarmInformationReferenceList  List 
List of 
AlarmInformation.alarmId(corresponds 
to ID of a Ticket in Prime Network)  - It 
carries one or more identifiers 
identifying AlarmInformation in 
AlarmList. 
  
ackUserId 
String 
The ID of the user who wishes to 
unacknowledge the alarms 
 
Output:   
 
The API gives the information about the status of the unacknowledge operation and the 
information about the Alarms that are not unacknowledged. 
 
Sl.No 
Parameter  
Data Type 
Description 
badAlarmInformation 
ReferenceList 
List 
List of pair of 
AlarmInformation.alarmId(same 
as the input)  and the failure 
reason - If all the Tickets are 
unacknowledged, this 
information is absent. Else this 
list contains details about the 
Tickets that are not 
unacknowledged along with the 
failure reason for each. 
Status 
ENUM(OperationSucceeded, 
OperationFailed, 
OperationPartiallySucceeded) 
If some of the Tickets are 
unacknowledged, status = 
OperationPartiallySucceeded. 
If all the Tickets are 
unacknowledged, status = 
OperationSucceeded. 
If none of the Tickets are 
unacknowledged, 
status=OperationFailed. 
 
Error: 
The following error scenarios will be handled and reported by the API: