| getappflowpolicylabelResult Structure Definition |
The getappflowpolicylabelResult structure defines the return type for getappflowpolicylabel 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. |
appflowpolicylabelList |
List of appflowpolicylabels |
| appflowpolicylabel Structure Definition |
The appflowpolicylabel structure defines the actual return type values for getappflowpolicylabel API. |
Syntax |
Members |
labelname |
Name of the policy label about which to display detailed information. |
policylabeltype |
Type of traffic evaluated by the policies bound to the policy label. |
numpol |
Number of polices bound to the policy label. |
hits |
Number of times the policy label was invoked. |
policyname |
Name of the AppFlow 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 |
Invoke policies bound to a virtual server or a user-defined policy label. After the invoked policies are evaluated, the flow returns to the policy with the next priority. |
labeltype |
Type of policy label to be invoked. |
labelname2 |
Name of the label to invoke if the current policy evaluates to TRUE. |
flowtype |
Flowtype of the bound AppFlow policy. |
description |
Description of the policylabel |
_nextgenapiresource |
appflowpolicylabelname |
boundpriority |
boundgotoprioexpression |
boundinvokelabeltype |
boundinvokelabelname |
See Also |