| getbotpolicylabelResult Structure Definition |
The getbotpolicylabelResult structure defines the return type for getbotpolicylabel 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. |
botpolicylabelList |
List of botpolicylabels |
| botpolicylabel Structure Definition |
The botpolicylabel structure defines the actual return type values for getbotpolicylabel API. |
Syntax |
Members |
labelname |
Name of the bot policy label. |
numpol |
number of polices bound to label. |
hits |
Number of times policy label was invoked. |
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 evaluate the specified policy label. |
labeltype |
Type of policy label to invoke. Available settings function as follows:
* vserver - Invoke an unnamed policy label associated with a virtual server.
* policylabel - Invoke a user-defined policy label. |
labelname2 |
* If labelType is policylabel, name of the policy label to invoke.
* If labelType is vserver, name of the virtual server. |
comment |
Any comments to preserve information about this bot policy label. |
_nextgenapiresource |
See Also |