Cisco Cisco Prime Central 1.4 Developer's Guide

Page of 203
</soap:Envelope>
MPLS VPN Resource Inventory - Request and Response Examples
ConnectionRetrievalRPC- Request and Response Examples
getInventorySncNames
RequestResponse-getInventorySNCNames
Request - getInventory - SNC Names
<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:msgSpecificProperties>
           <!-Zero or more repetitions:->
        <v1:property>
          <v1:propName>inventoryFromDm</v1:propName>
          <v1:propValue>true</v1:propValue>
        </v1:property>
      </v1:msgSpecificProperties>
    </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>
        </v11:baseInstance>
            <!-Optional:->
 
            <!-Zero or more repetitions:->
        <v11:includedObjectType>
          <v11:objectType>SNC</v11:objectType>
          <v11:granularity>NAME</v11:granularity>
        </v11:includedObjectType>
      </v11:filter>
         <!-Optional:->
    </v11:getInventoryRequest>
  </soapenv:Body>
</soapenv:Envelope>
 
Response - getInventory - SNC Names