Cisco Cisco Prime Network 4.1 Guía Del Desarrollador

Descargar
Página de 250
Cisco Specific Interfaces
 
Annexure: Cisco Prime  Network OSS  Integration  Guide –Sample SOAP Request and Response 
244
 
 
   
 
4  Cisco Specific Interfaces 
 
This section describes the SOAP Request Responses for the following Cisco specific interfaces 
 
•  Alarm Life Cycle Management 
•  Alarm Retrieval 
4.1  Alarm Life Cycle Management Web Service Sample Request and 
Response 
This section describes the SOAP Request / Response for the alarm life cycle management 
interface. 
4.1.1  AlarmMgmt::acknowlegeAlarm 
 
Operation: acknowlegeAlarm 
 
SOAP Request: 
 
<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>{[NewAlarm(Id=84)]}</data:uniqueId> 
            <!--Optional:--> 
            <data:hint>?</data:hint> 
            <!--Optional:--> 
            <data:extension> 
               <!--Zero or more repetitions:--> 
               <data:entry> 
                  <data:name>?</data:name> 
                  <data:value>?</data:value> 
               </data:entry> 
            </data:extension> 
         </data:alarmId> 
         <!--Optional:--> 
         <data:note>Acknowledge Note</data:note> 
         <!--Optional:--> 
         <data:username>Testuser</data:username> 
      </data:acknowledgeAlarmRequest> 
   </soapenv:Body> 
</soapenv:Envelope>
 
 
SOAP Response: 
 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
   <soap:Body> 
      <acknowledgeAlarmResponse xmlns="http://www.cisco.com/prime/esb/alarm/data"> 
         <alarmId> 
            <uniqueId>{[NewAlarm(Id=84)]}</uniqueId> 
            <hint>?</hint> 
            <extension> 
               <entry> 
                  <name>?</name> 
                  <value>?</value>