rerun_datamart
This command reruns a datamart for a period it already ran. It is useful if not all relevant data was available during the previous datamart run. For example, a datamart runs on an aggregator, but export data from one of the collectors hadn't been received in time.
This API is available in Guardium V11.0 and later.
GuardAPI syntax
rerun_datamart parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
datamartName | String | Required. |
periodEnd | Date | Required. The end time of the period you are rerunning in the format: YYYY-MM-DD H24:MI:SS. |
periodStart | Date | Required. The start time of the period you are rerunning in the format: YYYY-MM-DD H24:MI:SS. |
Examples
To rerun the data mart Export:Full SQL:
grdapi rerun_datamart datamartName="Export:Full SQL" periodStart="2019-08-01 00:00:00" periodEnd="2019-08-01 23:59:59"