Cisco Cisco Prime Network Registrar 8.1 Technical References

Page of 316
ImportAddressPool 
Cisco Prime Network Registrar IPAM 8.1.1 CLI and API Guide 
     159 
ImportAddressPool 
Overview 
The 
ImportAddressPool
 API enables the web service client to import or modify 
containers in Cisco Prime Network Registrar IPAM. 
Request and Response Messages 
Below is the portion of 
Imports.wsdl that describes the 
importAddressPool
 request and 
response messages. 
<wsdl:message name="importAddressPoolRequest"> 
    <wsdl:part name="addrpool" type="tns2:WSAddrpool"/> 
</wsdl:message> 
<wsdl:message name="importAddressPoolResponse"/> 
Response 
There is no data in the response. 
Request 
The complex type 
WSAddrpool
, which is passed as input from the client to the web 
service, is described in the next section. 
Parameters 
WSAddrpool 
Below is the portion of 
Imports.wsdl that describes 
WSAddrpool
, the parameter structure 
passed to 
importAddressPool
. The elements are described in the table that follows. 
   <complexType name="WSAddrpool"> 
    <sequence> 
     <element name="allowClientClasses" nillable="true"  
              type="impl:ArrayOf_soapenc_string"/> 
     <element name="container" nillable="true" type="soapenc:string"/> 
     <element name="denyClientClasses" nillable="true"  
              type="impl:ArrayOf_soapenc_string"/> 
     <element name="dhcpOptionSet" nillable="true" type="soapenc:string"/> 
     <element name="dhcpPolicySet" nillable="true" type="soapenc:string"/> 
     <element name="endAddr" nillable="true" type="soapenc:string"/> 
     <element name="failoverNetService" nillable="true" type="soapenc:string"/> 
     <element name="id" nillable="true" type="soapenc:string"/> 
     <element name="name" nillable="true" type="soapenc:string"/> 
     <element name="primaryNetService" nillable="true" type="soapenc:string"/> 
     <element name="sharename" nillable="true" type="soapenc:string"/> 
     <element name="startAddr" nillable="true" type="soapenc:string"/> 
     <element name="type" nillable="true" type="soapenc:string"/> 
    </sequence> 
   </complexType>