Home > Configuration > VideoOptimization > addvideooptimizationdetectionaction

addvideooptimizationdetectionaction

Use this method to creates a video optimization detection action, which specifies detected media type.
Note: The following Detection actions are pre-configured by default:DETECT_CLEARTEXT_PD, DETECT_CLEARTEXT_ABR, DETECT_ENCRYPTED_ABR, TRIGGER_ENC_ABR_DETECTION, TRIGGER_CT_ABR_BODY_DETECTION, RESET, DROP

Syntax



Parameters

name

Name for the video optimization detection action. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) hash (#), space ( ), at (@), equals (=), colon (:), and underscore characters.
This is mandatory parameter.

type

Type of video optimization action. Available settings function as follows: * clear_text_pd - Cleartext PD type is detected. * clear_text_abr - Cleartext ABR is detected. * encrypted_abr - Encrypted ABR is detected. * trigger_enc_abr - Possible encrypted ABR is detected. * trigger_body_detection - Possible cleartext ABR is detected. Triggers body content detection.
This is mandatory parameter.

comment

Comment. Any type of information about this video optimization detection action.

Return Value

Returns simpleResult

See Also