update_datamart
This command updates the start time or adds a comment to a user-defined or predefined data mart export.
This API is available in Guardium V9.5 and later.
REST API syntax
This API is available as a REST service with the
PUT
method. Call this API as
follows:
PUT https://[Guardium hostname or IP address]:8443/restAPI/update_datamart
GuardAPI syntax
update_datamart parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
Comment | String | Comment about the change you make. |
initial_start | Date | Valid values:
|
extracted_date_max_limit | java.util.Date | |
linesPerFile | Integer | |
Name | String | Required. Data mart name. |
Examples
To set the start time of data mart Export:Full SQL to midnight on 1 September 2019:
update_datamart name="Export:Full SQL" initial_start 2019-09-01 00:00:00