| getvideooptimizationdetectionpolicyResult Structure Definition |
The getvideooptimizationdetectionpolicyResult structure defines the return type for getvideooptimizationdetectionpolicy 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. |
videooptimizationdetectionpolicyList |
List of videooptimizationdetectionpolicys |
| videooptimizationdetectionpolicy Structure Definition |
The videooptimizationdetectionpolicy structure defines the actual return type values for getvideooptimizationdetectionpolicy API. |
Syntax |
Members |
name |
Name of the videooptimization detection policy for which to display settings. |
rule |
Expression that determines which request or response match the video optimization detection policy.
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 |
Name of the videooptimization detection action to perform if the request matches this videooptimization detection policy. Built-in actions should be used. These are:
* DETECT_CLEARTEXT_PD - Cleartext PD is detected and increment related counters.
* DETECT_CLEARTEXT_ABR - Cleartext ABR is detected and increment related counters.
* DETECT_ENCRYPTED_ABR - Encrypted ABR is detected and increment related counters.
* TRIGGER_ENC_ABR_DETECTION - This is potentially encrypted ABR. Internal traffic heuristics algorithms will further process traffic to confirm detection.
* TRIGGER_CT_ABR_BODY_DETECTION - This is potentially cleartext ABR. Internal traffic heuristics algorithms will further process traffic to confirm detection.
* RESET - Reset the client connection by closing it.
* DROP - Drop the connection without sending a response. |
undefaction |
Action to perform if the result of policy evaluation is undefined (UNDEF). An UNDEF event indicates an internal error condition. Only the above built-in actions can be used. |
hits |
Number of hits. |
undefhits |
Number of policy UNDEF hits. |
activepolicy |
Indicates whether policy is bound or not. |
boundto |
Location where policy is bound |
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. |
comment |
Any type of information about this videooptimization detection policy. |
logaction |
Name of the messagelog action to use for requests that match this policy. |
labeltype |
Type of policy label invocation. |
labelname |
Name of the label to invoke if the current policy rule evaluates to TRUE. |
builtin |
Flag to determine if videooptimization detection policy is built-in or not |
_nextgenapiresource |
See Also |