gim_uninstall_module
Uninstalls a module or bundle for a specific client.
This API is available in Guardium V9.5 and later.
REST API syntax
This API is available as a REST service with the
DELETE
method. Call this API as
follows:DELETE https://[Guardium hostname or IP address]:8443/restAPI/gim_uninstall_module
GuardAPI syntax
gim_uninstall_module parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
clientIP | String | Required. |
date | String | The date and time to uninstall in the format now or yyyy-MM-dd
HH:mm |
module | String | Required. |
Examples
Uninstall the BUNDLE-STAP module immediately:
grdapi gim_uninstall_module clientIP=192.168.1.100 module=BUNDLE-STAP