Cisco Cisco Prime Network Registrar 8.1 Technical References

Page of 316
ImportDhcpServer 
Cisco Prime Network Registrar IPAM 8.1.1 CLI and API Guide 
180 
ImportDhcpServer 
Overview 
The 
ImportDhcpServer
 API enables the web service client to create or DHCP servers 
in Cisco Prime Network Registrar IPAM. 
Request and Response Messages 
Below is the portion of 
Imports.wsdl that describes the 
importNetService
 request and 
response messages. 
 <wsdl:message name="importDhcpServerResponse" />  
 <wsdl:message name="importDhcpServerRequest"> 
   <wsdl:part name="dhcpServer" type="tns2:WSDhcpServer" />  
 </wsdl:message> 
Response 
There is no data in the response. 
Request 
The complex type 
WSDhcpServer
, which is passed as input from the client to the web 
service, is described in the next section. 
Parameters 
WSDhcpServer 
Below is the portion of Imports.wsdl that describes 
WSDhcpServer
, the parameter 
structure passed to 
importDhcpServer
. The elements are described in the table that 
follows. 
   <complexType name="WSDhcpServer"> 
    <sequence> 
     <element name="agent" nillable="true" type="soapenc:string"/> 
     <element name="beginExtension" nillable="true" 
type="soapenc:string"/> 
     <element name="cliArgs" nillable="true" type="soapenc:string"/> 
     <element name="cliCommand" nillable="true" 
type="soapenc:string"/> 
     <element name="cliPassword" nillable="true" 
type="soapenc:string"/> 
     <element name="cliUserName" nillable="true" 
type="soapenc:string"/> 
     <element name="clientClasses" nillable="true" 
type="impl:ArrayOf_soapenc_string"/> 
     <element name="collectBackupSubnets" type="xsd:boolean"/> 
     <element name="collectionPassword" nillable="true" 
type="soapenc:string"/> 
     <element name="collectionPort" nillable="true" 
type="soapenc:int"/> 
     <element name="collectionType" nillable="true" 
type="soapenc:string"/> 
     <element name="collectionUser" nillable="true" 
type="soapenc:string"/>