Cisco Cisco Prime Central 1.5 Developer's Guide

Page of 236
  
 
Cisco Prime Central 1.5 NBI Guide 
228
 
 
   
            <ns17:accept>true</ns17:accept> 
         </ns3:initialResponse> 
      </ns3:terminateResponse> 
   </soap:Body> 
</soap:Envelope> 
 
11.6 Alarm Management - Request and Response Examples 
11.6.1 AlarmMgmtAPI - Request and Response Examples 
11.6.1.1 acknowledgeAlarm 
11.6.1.1.1 
Request-acknowledgeAlarm 
 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"  
xmlns:data="http://www.cisco.com/prime/esb/alarm/data"> 
   <soapenv:Header/> 
   <soapenv:Body> 
      <data:acknowledgeAlarmRequest> 
         <data:alarmId> 
            <data:uniqueId>338</data:uniqueId> 
         </data:alarmId> 
         <data:note>note on ack</data:note> 
         <!--Optional:--> 
         <data:username>centraladmin</data:username> 
      </data:acknowledgeAlarmRequest> 
   </soapenv:Body> 
</soapenv:Envelope> 
11.6.1.1.2 
Response-acknowledgeAlarm 
 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
   <soap:Body> 
      <acknowledgeAlarmResponse 
xmlns="http://www.cisco.com/prime/esb/alarm/data"> 
         <alarmId> 
            <uniqueId>338</uniqueId> 
         </alarmId> 
         <success>true</success> 
         <message/> 
      </acknowledgeAlarmResponse> 
   </soap:Body> 
</soap:Envelope> 
11.6.1.2 deAcknowledgeAlarm 
11.6.1.2.1 
Request-deAcknowledgeAlarm 
 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
 
xmlns:data="http://www.cisco.com/prime/esb/alarm/data"> 
 
<soapenv:Header /> 
 
<soapenv:Body> 
 
 
<data:deAcknowledgeAlarmRequest> 
 
 
 
<data:alarmId>