datamart_refresh_metadata
Run this command to transfer data mart metadata from the central manager to the specified managed unit.
Data mart metadata is saved on a central manager and propagated to its managed units during the user synchronization job, which runs every 30 minutes by default. If, for example, you configured the data mart to send data to the external server by running grdapi datamart_update_copy_file_info. Now you want to run the data mart itself on one of the managed units, to extract data and send it to the target external server. But the server information is not there yet. Run this command grdapi datamart_refresh_metadata to transfer this information to this specific unit, so that you can successfully run the data mart.
This API is available in Guardium V10.1.4 and later.
REST API syntax
PUT
method. Call this API as
follows:
PUT https://[Guardium hostname or IP address]:8443/restAPI/datamart_refresh_metadata
GuardAPI syntax
datamart_refresh_metadata parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
unit_hostname | String | Required. Guardium hostname or IP address. |
Examples
To send data mart metadata to the managed unit with IP 9.9.9.9:
grdapi datamart_refresh_metadata unit_hostname=9.9.9.9