Cisco Cisco Prime Network 4.1 Developer's Guide

Page of 250
 
                                           MTOSI SOAP Request Response
 
 
Annexure: Cisco Prime  Network OSS  Integration  Guide –Sample SOAP Request and Response 
 
 
57 
                                    <ns2:name>Cisco_vCenter</ns2:name> 
                                    <ns2:value>PNVcenter</ns2:value> 
                                 </ns2:nvs> 
                              </ns2:nvsList> 
                           </ns6:vendorExtensions> 
                        </ns5:dcAttrs> 
                     </ns5:ciscoDCInv> 
                  </ns5:Cisco_dcList> 
               </ns5:md> 
            </ns5:mdList> 
         </ns4:inventoryData> 
      </ns4:getInventoryResponse> 
   </soap:Body> 
</soap:Envelope>
 
 
3.1.8  ResourceInventoryRetrieval::getInventory (Host Server Names in a 
DataCenter) 
Operation: getInventory 
 
SOAP Request 
 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1" 
xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/rir/v1" 
xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"> 
<soapenv:Header> 
<v1:header> 
 
 
</v1:header> 
</soapenv:Header> 
<soapenv:Body> 
<v11:getInventoryRequest> 
<!--Optional:--> 
<v11:filter> 
<!--Zero or more repetitions:--> 
<v11:baseInstance> 
<!--1 or more repetitions:--> 
<v12:rdn> 
<v12:type>MD</v12:type> 
<v12:value>CISCO_PRIME</v12:value> 
</v12:rdn> 
<v12:rdn> 
<v12:type>Cisco_DC</v12:type> 
<v12:value>VCenter_ILBLR:-:PNIL</v12:value> 
</v12:rdn> 
 
</v11:baseInstance> 
<v11:includedObjectType> 
<v11:objectType>Cisco_V_Host</v11:objectType> 
<v11:granularity>NAME</v11:granularity> 
</v11:includedObjectType> 
</v11:filter> 
 
</v11:getInventoryRequest> 
</soapenv:Body> 
</soapenv:Envelope> 
 
SOAPResponse