Cisco Cisco Prime Central 1.5 Guida Dello Sviluppatore

Pagina di 236
  
 
Cisco Prime Central 1.5 NBI Guide 
 
 
229
 
 
 
 
 
<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> 
 
11.6.1.2.2 
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> 
         </alarmId> 
         <success>true</success> 
         <message/> 
      </deAcknowledgeAlarmResponse> 
   </soap:Body> 
</soap:Envelope> 
11.6.1.3 clearAlarm 
11.6.1.3.1 
Request-clearAlarm 
 
<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:clearAlarmRequest> 
 
 
 
<data:alarmId> 
 
 
 
 
<data:uniqueId>338</data:uniqueId> 
 
 
 
</data:alarmId> 
 
 
 
<data:note>clear notes</data:note> 
 
 
 
<data:username>centraladmin</data:username> 
 
 
</data:clearAlarmRequest> 
 
</soapenv:Body> 
</soapenv:Envelope> 
 
11.6.1.3.2 
Response-clearAlarm 
 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
   <soap:Body> 
      <clearAlarmResponse xmlns="http://www.cisco.com/prime/esb/alarm/data"> 
         <alarmId> 
            <uniqueId>338</uniqueId> 
         </alarmId> 
         <success>true</success> 
         <message/>