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 
266 
Service Invocation 
The portion of 
Exports.wsdl that describes the 
exportResourceRecordPendingApprovalStatus
 request and response messages 
is shown below. 
<wsdl:message name="exportResourceRecordPendingApprovalStatusRequest"> 
  <wsdl:part name="context" type="tns2:WSContext" />  
</wsdl:message> 
<wsdl:message name="exportResourceRecordPendingApprovalStatusResponse"> 
  <wsdl:part name="exportResourceRecordPendingApprovalStatusReturn" 
type="impl:ArrayOf_tns2_WSResourceRecPendingApproval"/> 
</wsdl:message>
 
Request 
The 
WSContext
 passed as input by the client web service is the 
WSContext
 object 
returned by the 
initExportResourceRecordPendingApprovalStatus
 service 
defined abov and has the 
maxResults
 field set to a default value of 5000. When this 
context is provided to a subsequent call to 
exportResourceRecordPendingApprovalStatus
, the number of exported 
resource records is limited to the first 5000 resource record change requests, or less (see 
Paging), that match the criteria in the given query filter.  The web service client may 
change this 
maxResults
 attribute of the 
WSContext
 before any call to the 
exportResourceRecordPendingApprovalStatus
 service to modify the size of 
the resultant 
WSResourceRecPendingApproval
 object array.  However, the value 
specified by the client cannot exceed 5000. 
Paging 
A resource record change request in Cisco Prime Network Registrar IPAM is normalized 
within the database and thus may be represented by more than a single row in multiple 
tables.  Because of this and for performance, the 
exportResourceRecordPendingApprovalStatus
 service cannot guarantee that 
the number of 
WSResourceRecPendingApproval
 objects returned in any single 
execution of the service will be equal to the max results set on the 
WSContext
 object.  It 
will, however, always guarantee the number of results to be the max results value or less. 
Response 
The result returned from the 
exportResourceRecordPendingApprovalStatus
 
service is an array of 
WSResourceRecPendingApproval
 objects matching the 
selection criteria specified in the query filter.   
WSResourceRecPendingApproval  
The portion of 
Exports.wsdl that describes 
WSResourceRecPendingApproval
, the 
array of structures returned by 
exportResourceRecordPendingApprovalStatus
 
is shown following. The elements are described in the table that follows.