| getfeopolicyResult Structure Definition |
The getfeopolicyResult structure defines the return type for getfeopolicy 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. |
feopolicyList |
List of feopolicys |
| feopolicy Structure Definition |
The feopolicy structure defines the actual return type values for getfeopolicy API. |
Syntax |
Members |
name |
The name of the front end optimization policy. |
rule |
The rule associated with the front end optimization policy. |
actioN |
The front end optimization action that has to be performed when the rule matches. |
builtin |
Flag to determine if the front end optimization policy is built-in or not |
hits |
Total number of hits. |
undefhits |
Total number of undefined policy hits. |
activepolicy |
Indicates whether a policy is bound or not. |
boundto |
Location where the policy is bound to. |
priority |
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. |
_nextgenapiresource |
See Also |