getvideooptimizationpacingpolicyResult Structure Definition

The getvideooptimizationpacingpolicyResult structure defines the return type for getvideooptimizationpacingpolicy 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.

videooptimizationpacingpolicyList

List of videooptimizationpacingpolicys


videooptimizationpacingpolicy Structure Definition

The videooptimizationpacingpolicy structure defines the actual return type values for getvideooptimizationpacingpolicy API.

Syntax



Members

name

Name of the videooptimization pacing policy for which to display settings.

rule

Expression that determines which request or response match the video optimization pacing 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 pacing action to perform if the request matches this videooptimization pacing policy.

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 pacing 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 pacing policy is built-in or not

_nextgenapiresource


See Also