fix: parameter config yaml updated

This commit is contained in:
2023-11-14 15:49:49 +08:00
parent 26a15d3ce1
commit 123e8f4412
4 changed files with 96 additions and 97 deletions

View File

@@ -20,12 +20,11 @@ nrf:
type: "enum"
value: "0"
access: "read-write"
filter: "{\"0\":\"http\", \"1\":\"https\"}"
display: "scheme"
filter: "{\"0\":\"HTTP\", \"1\":\"HTTPS\"}"
display: "Scheme"
comment: ""
registeredNFs:
display: "Registered NFs"
method: "get"
array:
- name: "index"
type: "int"
@@ -53,7 +52,7 @@ nrf:
value: ''
access: "read-only"
filter: '^.{1,128}$'
display: "NF Id"
display: "NF ID"
comment: "1~128"
- name: "ipAddress"
type: "string"