Cisco Cisco Prime Central 1.1 Developer's Guide

Page of 70
Appendix 
 
Cisco Prime OSS Integration Guide for MTOSI and 3GPP 
58
 
 
 
OL-28496-01
 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
   <soap:Body> 
      <ns2:getAllManagedElementNamesResponse 
xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInvent
ory/schema/InventoryIRPData" 
xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32317/schema/32
317-800/GenericIRPData"> 
         <getAllMENamesResponse> 
            <invokeIdentifierOut>1234</invokeIdentifierOut> 
            <meNameListOut> 
               <meType> 
                  <meName>ASR5500-35</meName> 
                  <meType>CISCO_ASR_5500</meType> 
               </meType> 
               <meType> 
                  <meName>ASR5500-105</meName> 
                  <meType>CISCO_ASR_5000</meType> 
               </meType> 
            </meNameListOut> 
         </getAllMENamesResponse> 
      </ns2:getAllManagedElementNamesResponse> 
   </soap:Body> 
</soap:Envelope> 
11.8.2 InventoryIRP::getAllInventory   
Operation: getAllInventory 
 
SOAP Request
 
<soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:inv="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInvent
ory/schema/InventoryIRPData"> 
   <soapenv:Header/> 
   <soapenv:Body> 
      <inv:getAllInventory> 
         <invokeIdentifierIn>1</invokeIdentifierIn> 
         <queryXpathExp>/MD=CISCO_PRIME</queryXpathExp> 
      </inv:getAllInventory> 
   </soapenv:Body> 
</soapenv:Envelope> 
 
SOAP Response: 
 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
   <soap:Body> 
      <ns2:getAllInventoryResponse 
xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInvent
ory/schema/InventoryIRPData" 
xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32317/schema/32
317-800/GenericIRPData"> 
         <getAllRequestResponse> 
            <invokeIdentifierOut>1</invokeIdentifierOut> 
            <responseMessage>Inventory Request Initiated with Request ID: 
10017</responseMessage> 
         </getAllRequestResponse> 
      </ns2:getAllInventoryResponse> 
   </soap:Body>