Cisco Cisco Prime Network Registrar 8.1 Technical References

Page of 316
ImportNetElementInterface 
Cisco Prime Network Registrar IPAM 8.1.1 CLI and API Guide 
190 
ImportNetElementInterface 
Overview 
The 
ImportNetElementInterface
 API enables the web service client to import 
Network Element Interfaces into Cisco Prime Network Registrar IPAM. 
Request and Response Messages 
Below is the portion of 
Imports.wsdl that describes the 
importNetElementInterface
 
request and response messages. 
<wsdl:message name="importNetElementInterfaceResponse" />  
 <wsdl:message name="importNetElementInterfaceRequest"> 
   <wsdl:part name="inpNetElementInterface" type="tns2:WSNetElementInterface" />  
 </wsdl:message> 
Response 
There is no data in the response. 
Request 
The complex type 
WSNetElementInterface
, which is passed as input from the client 
to the web service, is described in the next section. 
Parameters 
WSNetElementInterface 
Below is the portion of 
Imports.wsdl that describes 
WSNetElementInterface
, the 
parameter structure passed to 
importNetElementInterface
. The elements are 
described in the table that follows. 
<complexType name="WSNetElementInterface"> 
 <sequence> 
     <element name="id" nillable="true" type="soapenc:int"/> 
     <element name="interfaceName" nillable="true" type="soapenc:string"/> 
     <element name="netElementName" nillable="true" type="soapenc:string"/> 
     <element name="status" nillable="true" type="soapenc:string"/>   
 </sequence> 
</complexType>