delete_distributed_report_result_for_period
Run this API to delete a distributed report result for the specified period.
For example, a distributed report has a one day time granularity, it collects data from aggregators, and is scheduled to run daily at 1am. One of the aggregators had not received data from all of its collectors before its previous run. To get a complete report, you need to delete the results of this incomplete run, and rerun the distributed report manually (with the API rerun_distributed_report) for this period.
This API is available in Guardium V10.1.4 and later.
GuardAPI syntax
delete_distributed_report_result_for_period parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
endTime | Date | Required. |
hostname | String | Required. |
reportId | Integer | Required. |
runOptions | String |
Required. Valid values:
|
startTime | Date | Required. |