getbotglobalResult Structure Definition

The getbotglobalResult structure defines the return type for getbotglobal API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

botglobalList

List of botglobals


botglobal Structure Definition

The botglobal structure defines the actual return type values for getbotglobal API.

Syntax



Members

type

Specifies the bind point whose policies you want to display.

policyname

Name of the bot policy.

priority

Specifies the priority of the policy.

gotopriorityexpression

Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE.

invoke

If the current policy evaluates to TRUE, terminate evaluation of policies bound to the current policy label, and then forward the request to the specified virtual server.

labeltype

Type of invocation, Available settings function as follows: * vserver - Forward the request to the specified virtual server. * policylabel - Invoke the specified policy label.

labelname

Name of the policy label to invoke. If the current policy evaluates to TRUE, the invoke parameter is set, and Label Type is policylabel.

flowtype

flowtype of the bound bot policy.

numpol

number of polices bound to label.

globalbindtype


_nextgenapiresource


See Also