datamart_run_once_now
This command runs the specified datamart, once, starting when you run the command.
This API is available in Guardium V10.1.4 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/datamart_run_once_now
GuardAPI syntax
datamart_run_once_now parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
datamart_name | String | Required. |
Examples
To run the data mart Export:Full SQL:
grdapi datamart_run_once_now datamart_name="Export:Full SQL"