universal_connector_export_profiles
This API exports one or more data source profile configurations.
Endpoint:universal_connector_export_profiles
This API is available in Guardium 12.1 and later.
REST API syntax
This API is available as a REST service with the
POST method. Call this API as
follows:
POST https://[Guardium hostname or IP address]:8443/restAPI/universal_connector_export_profiles
GuardAPI syntax
universal_connector_export_profiles parameter=value
Parameters
| Parameter | Value type | Description |
|---|---|---|
| profile_names | String | List of profile names to install. |
| hosts | String | List of hostname. |
Examples
To export the data source
profile:
grdapi universal_connector_export profileNames=profile_a,profile_b hosts=host1,host2