Home > Configuration > VideoOptimization > setvideooptimizationdetectionpolicy_action

setvideooptimizationdetectionpolicy_action

Use this method to set 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.

Syntax



Parameters

name

Name for the videooptimization detection policy. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at (@), equals (=), colon (:), and underscore characters.Can be modified, removed or renamed.
This is mandatory parameter.

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.

Return Value

Returns simpleResult

See Also