videooptimization-pacingaction¶
The following operations can be performed on "videooptimization-pacingaction":
add| rm| show| set| unset| rename|
add videooptimization pacingaction¶
Creates a video optimization pacing action, which applies the specified pacing rate.
Synopsis¶
add videooptimization pacingaction <name> -rate <integer> [-comment <string>]
Arguments¶
name
Name for the video optimization pacing 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.
rate
ABR Video Optimization Pacing Rate (in Kbps) Default value: 1000 Minimum value: 1 Maximum value: 2147483647
comment
Comment. Any type of information about this video optimization detection action.
rm videooptimization pacingaction¶
Removes the specified video optimization pacing action.
Synopsis¶
rm videooptimization pacingaction <name>
Arguments¶
name
Name of the video optimization pacing action to remove.
Example¶
rm videooptimization pacingAction act_before
show videooptimization pacingaction¶
Name of the video optimization pacing action for which to display the current settings. If you do not set this parameter current settings are shown for all video optimization pacing actions.
Synopsis¶
show videooptimization pacingaction [<name>]
Arguments¶
name
Name of the video optimization pacing action.
Output¶
stateflag
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.
rate
ABR Video Optimization Pacing Rate (in Kbps)
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 pacingaction myPacingAct1
set videooptimization pacingaction¶
Modifies the specified parameters of a video optimization pacing action.
Synopsis¶
set videooptimization pacingaction <name> [-rate <integer>] [-comment <string>]
Arguments¶
name
Name of the video optimization pacing action to be modified.
rate
ABR Video Optimization Pacing Rate (in Kbps) Default value: 1000 Minimum value: 1 Maximum value: 2147483647
comment
Comment. Any type of information about this video optimization detection action.
Example¶
set videooptimization pacingAction act_vo -comment \"My action\"
unset videooptimization pacingaction¶
Use this command to remove videooptimization pacingaction settings.Refer to the set videooptimization pacingaction command for meanings of the arguments.
Synopsis¶
unset videooptimization pacingaction <name> [-rate] [-comment]
rename videooptimization pacingaction¶
Renames a videooptimization pacing action.
Synopsis¶
rename videooptimization pacingaction <name>@ <newName>@
Arguments¶
name
Existing name of the videooptimization pacing action.
newName
New name for the videooptimization pacing 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 pacingAction oldname newname