assign_load_balancer_groups

This command assigns a managed unit group to an application or S-TAP group to help manage load balancing requirements.

Use this command to assign a specific S-TAP group to one or more load balance-enabled managed unit groups. When S-TAP needs to failover to a new managed unit, Guardium allocates a managed unit from one of the the assigned load balancer (failover) groups.

Use failoverGroupPriority to assign specific priority to S-TAP or managed unit groups. If you do not assign a priority, Guardium randomly assigns the failover managed unit when required.

This API is available in Guardium V9.5 and later.

GuardAPI syntax

assign_load_balancer_groups parameter=value

Parameters

Parameter Value type Description
appGroupName String Required. The application or S-TAP group name.
isFailoverGroup Boolean If set to 1, this managed unit group is a member of a failover group. Valid values:
  • 0 (false)
  • 1 (true)

Default = 0 (false)

failoverGroupPriority String Required when isFailoverGroup = 1 (true) and one or more S-TAP groups already have assigned priorities.

Must be an integer value.

If not specified, the priority is 1.

muGroupName String Required. The managed unit group name.