gim_schedule_uninstall
Schedule an uninstall of the module or bundles that are assigned to a client but ar not yet uninstalled (that is, in PENDING state).
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_schedule_uninstall
GuardAPI syntax
gim_schedule_uninstall parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
clientIP | String | Required. |
date | String | Required. The installation date in the format now or yyyy-MM-dd
HH:mm |
module | String | If module is not specified, all of the modules for the specified clientIP are scheduled for the uninstall. |
Examples
The following example schedules an uninstall for the BUNDLE-STAP module:
grdapi gim_schedule_uninstall clientIP=192.168.1.100 module=BUNDLE-STAP date="2019-07-02 14:50"
The following example schedules an uninstall for all of the client's modules:
grdapi gim_schedule_uninstall clientIP=192.168.1.100 date="2019-07-02 14:50"