universal_connector_bulk_install

This API installs specified data source profiles.

Endpoint:universal_connector_bulk_install

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_bulk_install

GuardAPI syntax

universal_connector_bulk_install parameter=value

Parameters

Parameter Value type Description
profile_names String List of profile names to install.
hosts String List of hostname.
Note: If the host is not specified, the profiles are installed on all of the deployed hosts.

Examples

To install the data source profiles in bulk:
grdapi universal_connector_bulk_install profileNames=profile_a,profile_b hosts=host1,host2