datamart_set_inactive
This command de-activates extraction of the specified data mart.
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/datamart_set_inactive
GuardAPI syntax
datamart_set_inactive parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
Name | String | Required. Data mart name. |
Examples
To deactivate the data mart Export:Full SQL:
datamart_set_inactive name="Export:Full SQL"