gim_unassign_client_module

Unassign a module from a client.

Unlike gim_remove_module, this command undoes the connection between a module and a specific client on the central manager, but does not uninstall or remove the module on the actual database server.

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/gim_unassign_client_module

GuardAPI syntax

gim_unassign_client_module parameter=value

Parameters

Parameter Value type Description
clientIP String Required.
module String  

Examples

To unassign the STAP module from the client:

grdapi gim_unassign_client_module clientIP=192.168.1.100 module=STAP