delete_audit_process_result
This command deletes certain specified audit process results.
To run this command you must have the audit-delete role.
This API is available in Guardium V9.5 and later.
REST API syntax
This API is available as a REST service with the
DELETE
method. Call this API as follows:
DELETE https://[Guardium hostname or IP address]:8443/restAPI/audit_process_result
GuardAPI syntax
delete_audit_process_result parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
ExecutionDateFrom | String | Required. Audit process start time. |
ExecutionDateTo | String | Required. Audit process end time. |
ProcessName | String | Required. Audit process name. For valid values, call delete_audit_process_result from the command line with --help=true .
|