| gettmsessionpolicyResult Structure Definition |
The gettmsessionpolicyResult structure defines the return type for gettmsessionpolicy 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. |
tmsessionpolicyList |
List of tmsessionpolicys |
| tmsessionpolicy Structure Definition |
The tmsessionpolicy structure defines the actual return type values for gettmsessionpolicy API. |
Syntax |
Members |
name |
Name of the session policy for which to display detailed information. |
rule |
Expression, against which traffic is evaluated. Both classic and advance expressions are supported in default partition but only advance expressions in non-default partition.
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. |
actioN |
Action to be applied to connections that match this policy. |
boundto |
The entity name to which policy is bound |
activepolicy |
priority |
builtin |
Indicates that a variable is a built-in (SYSTEM INTERNAL) type. |
expressiontype |
Type of policy (Classic/Advanced) |
hits |
Number of hits. |
gotopriorityexpression |
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. |
_nextgenapiresource |
See Also |