| getcachepolicyResult Structure Definition |
The getcachepolicyResult structure defines the return type for getcachepolicy 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. |
cachepolicyList |
List of cachepolicys |
| cachepolicy Structure Definition |
The cachepolicy structure defines the actual return type values for getcachepolicy API. |
Syntax |
Members |
policyname |
Name of the cache policy about which to display details. |
rule |
The request/response rule that will trigger the specified action. |
actioN |
The integrated cache action to be applied when the system sees content that matches the rules. |
storeingroup |
The content group that will store the object when the action directive is CACHE. |
invalgroups |
The content group(s) to be invalidated when the action directive is INVAL. |
invalobjects |
The content group(s) whose objects will be invalidated when the action directive is INVAL. |
priority |
Priority. |
hits |
Hits. |
undefaction |
A CACHE action, to be used by the policy when the rule evaluation turns out to be undefined. |
undefhits |
Number of Undef hits. |
flags |
Flag. |
precededefrules |
Override default request/response cacheability rules. NOTE: This attribute is deprecated. Since pre-builtin, built-in and post-built-in policies are in same policy bank, this is no longer needed |
activepolicy |
Indicates whether policy is bound or not. |
boundto |
Location where policy is bound |
gotopriorityexpression |
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. |
labeltype |
Type of policy label invocation. |
labelname |
Name of the label to invoke if the current policy rule evaluates to TRUE. |
builtin |
_nextgenapiresource |
See Also |