Cisco Cisco Prime Central 1.5 Developer's Guide

Page of 229
   <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> 
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> 
deAcknowledgeAlarm 
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> 
 
 
 
 
<data:uniqueId>338</data:uniqueId> 
 
 
 
</data:alarmId> 
 
 
 
<!--Optional: --> 
 
 
 
<data:note>deack notes</data:note> 
 
 
 
<!--Optional: --> 
 
 
 
<data:username>centraladmin</data:username> 
 
 
</data:deAcknowledgeAlarmRequest> 
 
</soapenv:Body> 
</soapenv:Envelope> 
Response-deAcknowledgeAlarm 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
   <soap:Body> 
      <deAcknowledgeAlarmResponse 
xmlns="http://www.cisco.com/prime/esb/alarm/data"> 
         <alarmId> 
            <uniqueId>338</uniqueId>