Cisco Cisco Prime Central 1.5 Developer's Guide

Page of 236
  
 
Cisco Prime Central 1.5 NBI Guide 
26
 
 
   
11 Appendix 
11.1 Managed Elements and Equipment Inventory - Request and Response 
Examples 
11.1.1 ManagedElementRetrieval_RPC 
11.1.1.1 
getAllManagedElements 
11.1.1.1.1 
RequestResponse-getAllManagedElements 
 
Request – getAllManagedElement 
 
<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/mer/v1" 
    xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"> 
    <soapenv:Header> 
        <v1:header> 
            <v1:requestedBatchSize>3</v1:requestedBatchSize> 
        </v1:header> 
    </soapenv:Header> 
    <soapenv:Body> 
        <v11:getAllManagedElementsRequest> 
            <!--Optional: --> 
            <v11:mdOrMlsnRef> 
                <!--1 or more repetitions: --> 
                <v12:rdn> 
                    <v12:type>MD</v12:type> 
                    <v12:value>Cisco_PRIME</v12:value> 
                </v12:rdn> 
            </v11:mdOrMlsnRef> 
        </v11:getAllManagedElementsRequest> 
    </soapenv:Body> 
</soapenv:Envelope> 
 
Response – getAllManagedElements 
 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
  <soap:Header> 
    <header 
      xmlns:ns22="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1" 
      xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/com/v1" 
      xmlns:ns20="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1" 
      xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/msg/v1" 
      xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/lp/v1" 
      xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1" 
      xmlns:ns16="http://www.tmforum.org/mtop/sb/xsd/svc/v1" 
      xmlns:ns15="http://www.tmforum.org/mtop/sb/xsd/csi/v1" 
      xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1" 
      xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1" 
      xmlns:ns12="http://www.cisco.com/mtop/nrf/xsd/vm/v1" 
      xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1" 
      xmlns:ns10="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"