SOAP API - doPurgeAudit
The table summarizes the SOAP API - doPurgeAudit.
Request | Uses the doPurgeAuditRequest 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 doPurgeAuditResponse element (from the EventCollectorManagementService schema). |
|
|
Example | Request:
<soapenv:Body> <api:doPurgeAuditRequest> <options> <batchSize>50</batchSize> <runInBackground>true</runInBackground> <threshold>2014-02-10T11:34:22.222Z</threshold> <processTemplates> <processTemplateNameIdentifier> <processTemplateName>WelcomeUsers</processTemplateName> </processTemplateNameIdentifier> </processTemplates> <requiredExtendedData> <requireAllExtendedData>true</requireAllExtendedData> </requiredExtendedData> </options> </api:doPurgeAuditRequest> </soapenv:Body> |
Response:
<SOAP-ENV:Header/> <SOAP-ENV:Body> <doPurgeAuditResponse xmlns="http://api.ec.n2.tibco.com"> <status xmlns=""> <statusMessage>3 instances matched! Purge operation [EC-PURGE-1375969467578] started successfully! Check BPM Logs for progress!</statusMessage> <totalInstanceCount>3</totalInstanceCount> <purgeOperationName>EC-PURGE-1375969467578</purgeOperationName> <status>PURGE_IN_PROGRESS</status> </status> </doPurgeAuditResponse> </SOAP-ENV:Body> |