gim_assign_bundle_or_module_to_client_by_version

Assigns a bundle a module to a client, based on the module version.

This API is similar to gim_assign_latest_bundle_or_module_to_client, except that you must specify the exact version of the module or bundle to assign.

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_client_assign

GuardAPI syntax

gim_assign_bundle_or_module_to_client_by_version parameter=value

Parameters

Parameter Value type Description
clientIP String Required. Client IP address.
module String Required.
moduleVersion String Required.

Examples

grdapi gim_assign_bundle_or_module_to_client_by_version clientIP=192.168.1.100  module=BUNDLE-STAP moduleVersion=”8.0_r1234_1”