The system offers four group of built-in parameters:

QoS

Protocol

URL

Application

Tip: To view the built-in parameters, in the Domain Management page, navigate to Operations > Domain Settings > Path Parameters Settings.

These built-in parameters are defined in JSON as follows:

Built-in QoS Parameter Script:

[
    {"name":"group1", "type":"group", "label":"QoS", "value":"", "enable":true},
    {"name":"CoS", "type":"int", "label":"CoS Value", "value":"", "enable":true},
    {"name":"DSCP","type":"string", "label":"DSCP Value", "value":"", "enable":true},
    {"name":"Precedence", "type":"int", "label":"Precedence Value", "value":"", "enable":true},
    {"name":"QoS-Group", "type":"int", "label":"QoS-Group Value", "value":"", "enable":true},
 
    {"name":"group2", "type":"group", "label":"Protocol", "value":"", "enable":true},
    {"name":"Protocol", "type":"string", "label":"Protocol Value", "value":"", "desc":"Identify the protocol is IPinIP or IP", "enable":true},
 
    {"name":"group3", "type":"group", "label":"URL", "value":"", "enable":true},
    {"name":"URL", "type":"string", "label":"URL Value", "value":"", "desc":"Identify the url", "enable":true},
 
    {"name":"group4", "type":"group", "label":"Application", "value":"", "enable":true},
    {"name":"Application", "type":"string", "label":"Application Value", "value":"", "desc":"Identify the application", "enable":true}
]

A QoS parameter contains the following properties:

Property Name

Description

name

The name of the parameters for four groups: QoS, Protocol, URL, and Application. The names that be recognized by the system in the current version are as follows (case sensitive):

QoS: CoS, DSCP, Precedence, and QoS-Group

Protocol: Protocol

URL: URL

Application: Application

type

The value type of a parameter, such as int and string.

label

The display name of a parameter in the GUI.

value

The default value of a parameter.

enable

Decide whether to display a parameter in the GUI. The value is true or false.