Cisco Cisco Prime Network Registrar 8.1 Technical References

Page of 316
DeleteDomainResourceRecord 
Cisco Prime Network Registrar IPAM 8.1.1 CLI and API Guide 
     283 
   <complexType name="WSDeviceResourceRec"> 
    <sequence> 
     <element name="TTL" nillable="true" type="soapenc:string"/> 
     <element name="comment" 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="id" nillable="true" type="soapenc:int"/> 
     <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>   
 
Element 
Accepted Values 
Required 
Return 
Code 
Faultstring 
TTL 
Time To Live 
No 
 
 
comment 
Ignored 
 
 
 
data 
The RData portion of the record to 
delete.  This 
must match the RData 
exactly. 
Yes 
-91 
Data field 
required 
domain 
The name of the domain for this 
resource record 
Yes 
-60 
 
-135 
Domain not 
found: 
domain 
Domain required: 
domain 
domainType 
The domain type of the domain. 
Defaults to “Default”. 
No 
-81 
Domain type not 
found: 
domainType 
id 
Ignored 
 
 
 
Owner 
The owner field of the record to be 
deleted.  This must match exactly. 
Yes 
-89 
 
-134 
Owner field 
required 
Invalid character 
in Owner 
owner 
resourceRecClass 
The Resource Record class.  This 
defaults to “IN”. 
No 
 
 
resourceRecType 
The type of resource record being 
deleted 
Yes 
-90 
 
-92 
Type field 
required 
Unknown type: 
type 
Other returnCodes and faultstrings 
ReturnCode 
Faultstring 
-2 
Exception reading domain or resource record (database error) 
-124 
DNS Resource record not found 
-125 
DNS Resource record not unique 
401 
<401>Unauthorized