Cisco Cisco Prime Network Registrar 8.1 Technical References

Page of 316
DeleteDeviceResourceRecord 
Cisco Prime Network Registrar IPAM 8.1.1 CLI and API Guide 
     279 
DeleteDeviceResourceRecord 
Overview 
The 
DeleteDeviceResourceRecord
 API enables the web service client to delete 
resource records from Cisco Prime Network Registrar IPAM that are affiliated with a 
device.   
Request and Response Messages 
The portion of 
Deletes.wsdl that describes the 
deleteDeviceResourceRecord
 request 
and response messages is shown following. 
<wsdl:operation name="deleteDeviceResourceRecord" parameterOrder="inpRR"> 
    <wsdl:input message="impl:deleteDeviceResourceRecordRequest" 
name="deleteDeviceResourceRecordRequest"/> 
    <wsdl:output message="impl:deleteDeviceResourceRecordResponse" 
name="deleteDeviceResourceRecordResponse"/> 
</wsdl:operation> 
<wsdl:message name="deleteDeviceResourceRecordRequest"> 
    <wsdl:part name="inpRR" type="tns2:WSDeviceResourceRec"/> 
</wsdl:message> 
<wsdl:message name="deleteDeviceResourceRecordResponse"> 
</wsdl:message> 
Response 
There is no data in the response. 
Request 
The complex type 
WSDeviceResourceRec
, which is passed as input from the client to 
the web service, is described in the next section. 
Parameters 
WSDeviceResourceRecord 
The portion of 
Deletes.wsdl that describes 
WSDeviceResourceRec
, the parameter 
structure passed to 
DeleteDeviceResourceRecord
, is shown following. The 
elements are described in the table that follows. 
   <complexType name="WSDeviceResourceRec"> 
    <sequence> 
     <element name="TTL" nillable="true" type="soapenc:string"/> 
     <element name="comment" nillable="true" type="soapenc:string"/> 
     <element name="container" nillable="true" type="soapenc:string"/> 
     <element name="data" nillable="true" type="soapenc:string"/> 
     <element name="domain" nillable="true" type="soapenc:string"/> 
     <element name="domainType" nillable="true" type="soapenc:string"/> 
     <element name="hostname" nillable="true" type="soapenc:string"/> 
     <element name="id" nillable="true" type="soapenc:int"/> 
     <element name="ipAddress" nillable="true" type="soapenc:string"/> 
     <element name="owner" nillable="true" type="soapenc:string"/> 
     <element name="resourceRecClass" nillable="true" type="soapenc:string"/> 
     <element name="resourceRecType" nillable="true" type="soapenc:string"/>    
    </sequence> 
   </complexType>