videooptimization-detectionaction¶
The following operations can be performed on "videooptimization-detectionaction":
add| rm| show| set| unset| rename|
add videooptimization detectionaction¶
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
Synopsis¶
add videooptimization detectionaction <name> -type <type> [-comment <string>]
Arguments¶
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.
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.
Possible values: clear_text_pd, clear_text_abr, encrypted_abr, trigger_enc_abr, trigger_body_detection
comment
Comment. Any type of information about this video optimization detection action.
rm videooptimization detectionaction¶
Removes the specified video optimization detection action.
Synopsis¶
rm videooptimization detectionaction <name>
Arguments¶
name
Name of the video optimization detection action to remove.
Example¶
rm videooptimization detectionAction act_before
show videooptimization detectionaction¶
Name of the video optimization detection action for which to display the current settings. If you do not set this parameter current settings are shown for all video optimization detection actions.
Synopsis¶
show videooptimization detectionaction [<name>]
Arguments¶
name
Name of the video optimization detection action.
Output¶
stateflag
type
Type of video optimization detection action.
hits
The number of times the action has been taken.
referenceCount
The number of references to the action.
undefHits
The number of times the action resulted in UNDEF.
comment
Comment. Any type of information about this video optimization detection action.
builtin
Flag to determine whether video optimization detection action is built-in or not
feature
The feature to be checked while applying this config
devno
count
Example¶
show videooptimization detectionaction DETECT_CLEARTEXT_PD
set videooptimization detectionaction¶
Modifies the specified parameters of a video optimization detection action.
Synopsis¶
set videooptimization detectionaction <name> [-type <type>] [-comment <string>]
Arguments¶
name
Name of the video optimization detection action to be modified.
type
Type of video optimization detection action.
Possible values: clear_text_pd, clear_text_abr, encrypted_abr, trigger_enc_abr, trigger_body_detection
comment
Comment. Any type of information about this video optimization detection action.
Example¶
set videooptimization detectionaction act_vo -comment \"My action\"
unset videooptimization detectionaction¶
Use this command to remove videooptimization detectionaction settings.Refer to the set videooptimization detectionaction command for meanings of the arguments.
Synopsis¶
unset videooptimization detectionaction <name> -comment
rename videooptimization detectionaction¶
Renames a videooptimization detection action.
Synopsis¶
rename videooptimization detectionaction <name>@ <newName>@
Arguments¶
name
Existing name of the videooptimization detection action.
newName
New name for the videooptimization 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.
Example¶
rename videooptimization detectionAction oldname newname