Cisco Cisco Prime Network Registrar 8.1 Technical References

Page of 316
ExportResourceRecordPendingApprovalStatus 
Cisco Prime Network Registrar IPAM 8.1.1 CLI and API Guide 
     265 
ExportResourceRecordPendingApprovalStatus 
Overview 
The 
exportResourceRecordPendingApprovalStatus
 API enables the web 
service client to issue a request to retrieve a list of resource records were submitted for 
approval by the invoking administrator. These updates include those to create, update or 
delete a resource record. 
Initialization 
Before the 
exportResourceRecordPendingApprovalStatus
 API is called, the 
web service client 
must call 
initExportResourceRecordPendingApprovalStatus
 to initialize the API. The 
portion of 
Exports.wsdl that describes the 
initExportResourceRecordPendingApprovalStatus
 request and response 
messages is shown following. 
<wsdl:message name="initExportResourceRecordPendingApprovalRequestStatus"> 
  <wsdl:part name="filter" type="soapenc:string"/> 
  <wsdl:part name="options" type="impl:ArrayOf_soapenc_string"/> 
</wsdl:message>  
<wsdl:message name="initExportResourceRecordPendingApprovalStatusResponse"> 
  <wsdl:part name="initExportResourceRecordPendingApprovalStatusReturn" 
type="tns2:WSContext"/> 
</wsdl:message> 
Request 
The query string is passed as input from the client to the 
initExportResourceRecordPendingApprovalStatus
 web service in the filter 
parameter.  The query string syntax is defined previously.  Supported selectors for 
exporting device resource records by device are defined in the following table. 
Currently, there are no options defined for this service. 
Selector 
Description 
Example 
Domain 
Select resource records by domain name. 
Domain contains  “ins.com’ 
Domain Type 
Select resource records by domain type. 
Domain Type contains ‘Internal’ 
pendingAction 
Select resource records based on the 
request to “create”, “update” or “delete” 
that resource record 
pendingAction='create' 
pendingAction='delete' 
pendingAction=’update’ 
Response 
The response from the 
initExportResourceRecordPendingApprovalStatus
 
web service is a 
WSContext
 object defined previously. This 
WSContext
 object 
must be 
included in each successive call to 
exportResourceRecordPendingApprovalStatus
 as described below.