update at 2023/08/14
This commit is contained in:
100
config/mml/system/amf_sys_mml_config.yaml
Normal file
100
config/mml/system/amf_sys_mml_config.yaml
Normal file
@@ -0,0 +1,100 @@
|
||||
amf:
|
||||
systemManagement:
|
||||
display: "System Management"
|
||||
mml:
|
||||
- operation: "set"
|
||||
object: "n8_ip"
|
||||
display: "Set N8 IP Address"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: "0~64"
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n11_ip"
|
||||
display: "Set N11 IP Address"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: "0~64"
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n12_ip"
|
||||
display: "Set N12 IP Address"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: "0~64"
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "relative_capacity"
|
||||
display: "Set Relative Capacity"
|
||||
params:
|
||||
- name: "capacity"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Relative Capacity"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n2_ip"
|
||||
display: "Set N2 IP Address"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n2_port"
|
||||
display: "Set N2 Port"
|
||||
params:
|
||||
- name: "port"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: "0~65535"
|
||||
display: "Port"
|
||||
comment: ""
|
||||
- operation: "add"
|
||||
object: "slice"
|
||||
display: "Add Slice"
|
||||
params:
|
||||
- name: "sst"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "SST"
|
||||
comment: ""
|
||||
- name: "sd"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "SD"
|
||||
comment: ""
|
||||
- operation: "deregister"
|
||||
object: "imsi"
|
||||
display: "Deregister IMSI"
|
||||
params:
|
||||
- name: "IMSI"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "IMSI"
|
||||
comment: ""
|
||||
- operation: "exec"
|
||||
object: "shell"
|
||||
display: "Execute Shell Command"
|
||||
params:
|
||||
- name: "cmd"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "CMD"
|
||||
comment: ""
|
||||
44
config/mml/system/ausf_sys_mml_config.yaml
Normal file
44
config/mml/system/ausf_sys_mml_config.yaml
Normal file
@@ -0,0 +1,44 @@
|
||||
ausf:
|
||||
systemManagement:
|
||||
display: "System Management"
|
||||
mml:
|
||||
- operation: "set"
|
||||
object: "n12ip"
|
||||
display: "Set N12 IP Address"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n12port"
|
||||
display: "Set N12 Port"
|
||||
params:
|
||||
- name: "port"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: "1~65535"
|
||||
display: "Port"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n12scheme"
|
||||
display: "Set N12 Scheme"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
optional: "false"
|
||||
filter: '{"0":"http", "1":"https"}'
|
||||
display: "Scheme"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "supirange"
|
||||
display: "Set SUPI Range"
|
||||
params:
|
||||
- name: "supirange"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "SUPI Range"
|
||||
comment: ""
|
||||
362
config/mml/system/smf_sys_mml_config.yaml
Normal file
362
config/mml/system/smf_sys_mml_config.yaml
Normal file
@@ -0,0 +1,362 @@
|
||||
smf:
|
||||
systemManagement:
|
||||
display: "System Management"
|
||||
mml:
|
||||
- operation: "set"
|
||||
object: "n7 server"
|
||||
display: "Set N7 Server"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
optional: "false"
|
||||
filter: '{"0":"http", "1":"https"}'
|
||||
display: "Scheme"
|
||||
comment: ""
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: "0~64"
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- name: "port"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: "0~65535"
|
||||
display: "Port"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n7 client"
|
||||
display: "Set N7 Client"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
optional: "false"
|
||||
filter: '{"0":"http", "1":"https"}'
|
||||
display: "Scheme"
|
||||
comment: ""
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: "0~64"
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n10 server"
|
||||
display: "Set N10 Server"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
optional: "false"
|
||||
filter: '{"0":"http", "1":"https"}'
|
||||
display: "Scheme"
|
||||
comment: ""
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: "0~64"
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- name: "port"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: "0~65535"
|
||||
display: "Port"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n10 client"
|
||||
display: "Set N10 Client"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
optional: "false"
|
||||
filter: '{"0":"http", "1":"https"}'
|
||||
display: "Scheme"
|
||||
comment: ""
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: "0~64"
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n11 server"
|
||||
display: "Set N11 Server"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
optional: "false"
|
||||
filter: '{"0":"http", "1":"https"}'
|
||||
display: "Scheme"
|
||||
comment: ""
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: "0~64"
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- name: "port"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: "0~65535"
|
||||
display: "Port"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n11 client"
|
||||
display: "Set N11 Client"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
optional: "false"
|
||||
filter: '{"0":"http", "1":"https"}'
|
||||
display: "Scheme"
|
||||
comment: ""
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: "0~64"
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "dnn"
|
||||
display: "Set DNN"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Index"
|
||||
comment: ""
|
||||
- name: "DNN"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "DNN"
|
||||
comment: ""
|
||||
- operation: "set pccrule <index> <precedence> <qosIndex> <filter direction> <filter> <appId>"
|
||||
object: "pccrule"
|
||||
display: "Set PCC Rule"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: "0~65535"
|
||||
display: "Index"
|
||||
comment: ""
|
||||
- name: "precedence"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Precedence"
|
||||
comment: ""
|
||||
- name: "qosIndex"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "QOS Index"
|
||||
comment: ""
|
||||
- name: "direction"
|
||||
type: "int"
|
||||
optional: "true"
|
||||
filter: '{"0":"NA", "1":"Uplink", "2":"Downlink", "3":"Bidirectionallink"}'
|
||||
display: "Filter Direction"
|
||||
comment: ""
|
||||
- name: "filter"
|
||||
type: "string"
|
||||
optional: "true"
|
||||
filter: ""
|
||||
display: "Filter"
|
||||
comment: ""
|
||||
- name: "appId"
|
||||
type: "string"
|
||||
optional: "true"
|
||||
filter: ""
|
||||
display: "Application ID"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "urr"
|
||||
display: "Set URR"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Index"
|
||||
comment: ""
|
||||
- name: "quotavolumetatol"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "SD"
|
||||
comment: ""
|
||||
- name: "quotavolumeul"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "quota volume ul"
|
||||
comment: ""
|
||||
- name: "quotavolumedl"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "quota volume dl"
|
||||
comment: ""
|
||||
- name: "quotatime"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "quota time"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "qos"
|
||||
display: "Set Qos"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Index"
|
||||
comment: ""
|
||||
- name: "5qi"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "SD"
|
||||
comment: ""
|
||||
- name: "5qipl"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "5qipl"
|
||||
comment: ""
|
||||
- name: "arppl"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "arppl"
|
||||
comment: ""
|
||||
- name: "arppci"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "arppci"
|
||||
comment: ""
|
||||
- name: "arppvi"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "arppvi"
|
||||
comment: ""
|
||||
- name: "mfbrul"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "mfbrul"
|
||||
comment: ""
|
||||
- name: "mfbrdl"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "mfbrdl"
|
||||
comment: ""
|
||||
- name: "gfbrul"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "gfbrul"
|
||||
comment: ""
|
||||
- name: "gfbrdl"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "gfbrdl"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "snssai"
|
||||
display: "Set Snssai"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Index"
|
||||
comment: ""
|
||||
- name: "sst-sd"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "sst-sd"
|
||||
- operation: "release"
|
||||
object: "imsi"
|
||||
display: "Release IMSI"
|
||||
params:
|
||||
- name: "imsi"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "IMSI"
|
||||
comment: ""
|
||||
- name: "pduSessId"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "PDU Session Id"
|
||||
- operation: "set"
|
||||
object: "urr"
|
||||
display: "Set URR"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Index"
|
||||
comment: ""
|
||||
- name: "quotavolumetatol"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Quota Volume Tatol"
|
||||
comment: ""
|
||||
- name: "quotavolumeul"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Quota Volume UL"
|
||||
comment: ""
|
||||
- name: "quotavolumedl"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Quota Volume DL"
|
||||
comment: ""
|
||||
- name: "quotatime"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Quota Time"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "dpi"
|
||||
display: "Set DPI"
|
||||
params:
|
||||
- name: "flag"
|
||||
type: "enum"
|
||||
optional: "false"
|
||||
filter: '{"0":"disable", "1":"enable"}'
|
||||
display: "Flag"
|
||||
comment: ""
|
||||
- name: "max"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Max Detect Packet Number"
|
||||
comment: ""
|
||||
- operation: "exec"
|
||||
object: "shell"
|
||||
display: "Execute Shell Command"
|
||||
params:
|
||||
- name: "cmd"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "CMD"
|
||||
comment: ""
|
||||
117
config/mml/system/udm_sys_mml_config.yaml
Normal file
117
config/mml/system/udm_sys_mml_config.yaml
Normal file
@@ -0,0 +1,117 @@
|
||||
udm:
|
||||
systemManagement:
|
||||
display: "System Management"
|
||||
mml:
|
||||
- operation: "set"
|
||||
object: "n8ip"
|
||||
display: "Set N8 IP Address"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "ipv4"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n8port"
|
||||
display: "Set N8 Port"
|
||||
params:
|
||||
- name: "port"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: "1~65535"
|
||||
display: "Port"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n8scheme"
|
||||
display: "Set N8 Scheme"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
optional: "false"
|
||||
filter: '{"0":"http", "1":"https"}'
|
||||
display: "Scheme"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n10ip"
|
||||
display: "Set N10 IP Address"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n10port"
|
||||
display: "Set N10 Port"
|
||||
params:
|
||||
- name: "port"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: "1~65535"
|
||||
display: "Port"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n10scheme"
|
||||
display: "Set N10 Scheme"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
optional: "false"
|
||||
filter: '{"0":"http", "1":"https"}'
|
||||
display: "Scheme"
|
||||
comment: ""
|
||||
- operation: "exec"
|
||||
object: "shell"
|
||||
display: "Execute Shell Command"
|
||||
params:
|
||||
- name: "cmd"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "CMD"
|
||||
comment: ""
|
||||
ausfManagement:
|
||||
display: "AUSF Management"
|
||||
mml:
|
||||
- operation: "set"
|
||||
object: "n12ip"
|
||||
display: "Set N12 IP Address"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n12port"
|
||||
display: "Set N12 Port"
|
||||
params:
|
||||
- name: "port"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: "1~65535"
|
||||
display: "Port"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n12scheme"
|
||||
display: "Set N12 Scheme"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
optional: "false"
|
||||
filter: '{"0":"http", "1":"https"}'
|
||||
display: "Scheme"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "supirange"
|
||||
display: "Set SUPI Range"
|
||||
params:
|
||||
- name: "supirange"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "SUPI Range"
|
||||
comment: ""
|
||||
238
config/mml/system/upf_sys_mml_config.yaml
Normal file
238
config/mml/system/upf_sys_mml_config.yaml
Normal file
@@ -0,0 +1,238 @@
|
||||
upf:
|
||||
systemManagement:
|
||||
display: "System Management"
|
||||
mml:
|
||||
- operation: "set"
|
||||
object: "n3 driver"
|
||||
display: "Set N3 Driver"
|
||||
params:
|
||||
- name: "type"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Type"
|
||||
comment: ""
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "IP address"
|
||||
comment: ""
|
||||
- name: "mask"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Mask"
|
||||
comment: ""
|
||||
- name: "mac"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Mac address"
|
||||
comment: ""
|
||||
- name: "pci"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "PCI address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n4 ip"
|
||||
display: "Set N4 IP Address"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n6 driver"
|
||||
display: "Set N6 Driver"
|
||||
params:
|
||||
- name: "type"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Type"
|
||||
comment: ""
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "IP address"
|
||||
comment: ""
|
||||
- name: "mask"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Mask"
|
||||
comment: ""
|
||||
- name: "mac"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Mac address"
|
||||
comment: ""
|
||||
- name: "pci"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "PCI address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n9 driver"
|
||||
display: "Set N9 Driver"
|
||||
params:
|
||||
- name: "type"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Type"
|
||||
comment: ""
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "IP address"
|
||||
comment: ""
|
||||
- name: "mask"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Mask"
|
||||
comment: ""
|
||||
- name: "mac"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Mac address"
|
||||
comment: ""
|
||||
- name: "pci"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "PCI address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "dnn"
|
||||
display: "Set DNN"
|
||||
params:
|
||||
- name: "dnn"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "DNN"
|
||||
comment: ""
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "pfcp"
|
||||
display: "Set PFCP"
|
||||
params:
|
||||
- name: "path"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Path"
|
||||
comment: ""
|
||||
- name: "local"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Local IP Address"
|
||||
comment: ""
|
||||
- name: "remote"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Remote IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "qos"
|
||||
display: "Set Qos"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Index"
|
||||
comment: ""
|
||||
- name: "5qi"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "5qi"
|
||||
comment: ""
|
||||
- name: "priority"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Priority Level"
|
||||
comment: ""
|
||||
- name: "mbr"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "MBR"
|
||||
comment: ""
|
||||
- name: "gbr"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "GBR"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "pccrule"
|
||||
display: "Set PCC Rule"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: "0~65535"
|
||||
display: "Index"
|
||||
comment: ""
|
||||
- name: "precedence"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "Precedence"
|
||||
comment: ""
|
||||
- name: "qosindex"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "QOS Index"
|
||||
comment: ""
|
||||
- name: "direction"
|
||||
type: "int"
|
||||
optional: "true"
|
||||
filter: '{"0":"NA", "1":"Uplink", "2":"Downlink", "3":"Bidirectionallink"}'
|
||||
display: "Filter Direction"
|
||||
comment: ""
|
||||
- name: "filter"
|
||||
type: "string"
|
||||
optional: "true"
|
||||
filter: ""
|
||||
display: "Filter"
|
||||
comment: ""
|
||||
- name: "appid"
|
||||
type: "string"
|
||||
optional: "true"
|
||||
filter: ""
|
||||
display: "Application ID"
|
||||
comment: ""
|
||||
- operation: "exec"
|
||||
object: "shell"
|
||||
display: "Execute Shell Command"
|
||||
params:
|
||||
- name: "cmd"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "CMD"
|
||||
comment: ""
|
||||
Reference in New Issue
Block a user