gim_remote_activation

Connects the collector's IP address to a server mode GIM agent or group of GIM agents.

This API is available in Guardium V10.1.4 and later.

GuardAPI syntax

gim_remote_activation parameter=value

Parameters

Parameter Value type Description
connectToCollector String The appliance to which you want the GIM listener or client to connect to after it is activated.
sharedSecret String The shared secret that was configured during installation.
targetGroup String The group name of all the database servers that the collector connects to.

You can specify either targetGroup or targetHost, but not both.

targetHost String The database server on which the GIM listener is running.

You can specify either targetGroup or targetHost.

targetPort Integer The port server mode of the GIM agent.

Examples

grdapi gim_remote_activation targetGroup=<someGroup> sharedSecret=<password> targetPort=8445