SOAP API - checkPurgeAudit
The table summarizes the SOAP API - checkPurgeAudit.
Request | Uses the checkPurgeAuditRequest element (from the EventCollectorManagementService schema). |
Parameter Notes | options: The only parameter for this request is a list of options, none of which are themselves mandatory.
|
Response | Returns a checkPurgeAuditResponse element (from the EventCollectorManagementService schema). |
Parameter notes |
|
Example | Request:<soapenv:Body> <api:checkPurgeAuditRequest/> <options> <requiredExtendedData> <requireAllExtendedData>true</requireAllExtendedData> </requiredExtendedData> </options> </api:checkPurgeAuditRequest> </soapenv:Body> |
Response:<SOAP-ENV:Body> <checkPurgeAuditResponse xmlns="http://api.ec.n2.tibco.com"> <status xmlns=""> <statusMessage>Purge Operation [EC-PURGE-1375969467578] started at 2013-08-08T13:44:27.579Z finished at 2013-08-08T13:44:27.956Z with success! 3 instances of total 3 deleted!</statusMessage> <start>2013-08-08T13:44:27.579Z</start> <end>2013-08-08T13:44:27.956Z</end> <currentInstanceCount>3</currentInstanceCount> <totalInstanceCount>3</totalInstanceCount> <purgeOperationName>EC-PURGE-1375969467578</purgeOperationName> <status>PURGE_COMPLETED</status> </status> </checkPurgeAuditResponse> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.