This commit is contained in:
2023-08-18 09:40:01 +08:00
parent cffafecbf8
commit f17afdf408
4 changed files with 316 additions and 39 deletions

View File

@@ -52,6 +52,9 @@ omc:
filter: ""
display: "NE ID"
comment: ""
licenseManagement:
display: "License Management"
mml:
- operation: "dsp"
object: "licenseinfo"
display: "Display NE License Information"
@@ -127,11 +130,142 @@ omc:
comment: ""
- name: "number"
alias: "dep_number"
type: "string"
type: "int"
optional: "false"
filter: ""
display: "Deployment number"
comment: ""
comment: ""
- operation: "rel"
object: "license"
display: "Batch Release NE License"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "NE ID"
comment: ""
- name: "capcity"
alias: "capcity"
type: "int"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "Release number"
comment: ""
- operation: "ins"
object: "license"
display: "Install NE License"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "false"
apostr: "true"
loc: "true"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "false"
apostr: "true"
loc: "true"
filter: ""
display: "NE ID"
comment: ""
- name: "capcity"
alias: "capcity"
type: "int"
optional: "false"
loc: "false"
filter: ""
display: "Install number"
comment: ""
- operation: "adj"
object: "license"
display: "Adjustment NE License"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "NE ID"
comment: ""
- name: "number"
alias: "number"
type: "int"
optional: "false"
loc: "false"
filter: ""
display: "Adjustment number"
comment: ""
- operation: "exp"
object: "license"
display: "Export NE License"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "NE ID"
comment: ""
- operation: "uni"
object: "license"
display: "Uninstall NE License"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "false"
apostr: "true"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "false"
apostr: "true"
filter: ""
display: "NE ID"
comment: ""
- operation: "dsp"
object: "nelink"
display: "Display NE Interface Link Status"