| getcrpolicyResult Structure Definition |
The getcrpolicyResult structure defines the return type for getcrpolicy 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. |
crpolicyList |
List of crpolicys |
| crpolicy Structure Definition |
The crpolicy structure defines the actual return type values for getcrpolicy API. |
Syntax |
Members |
policyname |
Name of the cache redirection policy to display. |
rule |
Expression, or name of a named expression, against which traffic is evaluated.
The following requirements apply only to the Citrix ADC CLI:
* If the expression includes one or more spaces, enclose the entire expression in double quotation marks.
* If the expression itself includes double quotation marks, escape the quotations by using the \ character.
* Alternatively, you can use single quotation marks to enclose the rule, in which case you do not have to escape the double quotation marks. |
boundto |
Domain name. |
actioN |
The CR action name. |
vstype |
Virtual server type. |
hits |
Total number of hits. |
bindhits |
Bind Hits of a CR Policy |
priority |
priority of bound policy |
activepolicy |
Indicates whether policy is bound or not. |
logaction |
The log action associated with the cache redirection policy |
labelname |
Name of the label invoked. |
labeltype |
The invocation type. |
builtin |
gotopriorityexpression |
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. |
isdefault |
A value of true is returned if it is a default cr policy. |
_nextgenapiresource |
crdomain |
Bound CR virtual server name. |
crpriority |
Priority of bound cr virtual server |
crhits |
Hits of bound CR virtual server |
crinvokelabeltype |
The invocation type. |
crinvokelabelname |
Name of the label invoked. |
See Also |