Cisco Cisco Prime Network Registrar 8.1 Technical References

Page of 316
DeleteNetElementInterface 
Cisco Prime Network Registrar IPAM 8.1.1 CLI and API Guide 
286 
DeleteNetElementInterface 
Overview 
The 
DeleteNetElementInterface
 API enables the web service client to delete 
network element interfaces from Cisco Prime Network Registrar IPAM. 
Request and Response Messages 
The portion of 
Deletes.wsdl that describes the 
deleteNetElementInterface
 request 
and response messages is shown following. 
   <wsdl:operation name="deleteNetElementInterface" parameterOrder="inpNEI"> 
      <wsdl:input message="impl:deleteNetElementInterfaceRequest" 
name="deleteNetelementInterfaceRequest"/> 
      <wsdl:output message="impl:deleteNetElementInterfaceResponse" 
name="deleteNetelementInterfaceResponse"/> 
   </wsdl:operation> 
   <wsdl:message name="deleteNetElementInterfaceRequest"> 
      <wsdl:part name="inpDev" type="tns2:WSNetElementInterface"/> 
   </wsdl:message> 
   <wsdl:message name="deleteNetElementInterfaceResponse"> 
   </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 below.  For consistency, this is the same structure that is 
passed to 
ImportNetElementInterface
.  However, only two of the fields are used. 
Parameters 
WSNetElementInterface 
The portion of 
Deletes.wsdl that describes 
WSNetElementInterface
, the parameter 
structure passed to 
DeleteNetElementInterface
, is shown following. 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>   
Element 
Accepted Values 
Required 
Return 
Code 
Faultstring 
id 
The internal identifier for this network 
element interface object.  If this is not 
set, a new interface is created.  If this is 
set, the interface with the matching 
identifier is updated. 
No