gim_cancel_install

Cancel the installation of a bundle or module for a specified client.

Use this API to cancel installing a module or bundle that is not being installed by a client (that is, STATE=IP or IP-PR).

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_cancel_install

GuardAPI syntax

gim_cancel_install parameter=value

Parameters

Parameter Value type Description
clientIP String Required.
module String Required.

Examples

Cancel the installation of the BUNDLE-STAP module.

grdapi gim_cancel_install clientIP=192.168.1.100 module=BUNDLE-STAP