add: update restconf.yaml to support OMC alarm forward parameter
This commit is contained in:
@@ -126,28 +126,32 @@ omc:
|
|||||||
|
|
||||||
# Alarm module setting
|
# Alarm module setting
|
||||||
# Forward interface:
|
# Forward interface:
|
||||||
# email/sms/smsc
|
# TLS Skip verify: true/false
|
||||||
|
# email/sms
|
||||||
|
# smProxy: sms(Short Message Service)/smsc(SMS Centre)
|
||||||
alarm:
|
alarm:
|
||||||
forwardAlarm: true
|
alarmEmailForward:
|
||||||
email:
|
enable: true
|
||||||
smtp: smtp.xxx.com
|
emailList:
|
||||||
|
smtp: mail.agrandtech.com
|
||||||
port: 25
|
port: 25
|
||||||
user: smtpuser@xxx.com
|
user: smtpext@agrandtech.com
|
||||||
password: xxxxxx
|
password: "1000smtp@omc!"
|
||||||
# TLS skip verify: true/false
|
|
||||||
tlsSkipVerify: true
|
tlsSkipVerify: true
|
||||||
smProxy: smsc
|
alarmSMSForward:
|
||||||
sms:
|
enable: true
|
||||||
apiURL: http://smsc.xxx.com
|
mobileList:
|
||||||
accessKeyID: xxx
|
smscAddr: "192.168.13.114:2775"
|
||||||
accessKeySecret: xxx
|
systemID: "omc"
|
||||||
signName: XXX SMSC
|
|
||||||
templateCode: 1000
|
|
||||||
smsc:
|
|
||||||
addr: "192.168.13.114:2775"
|
|
||||||
systemID: "alarmsmsfw"
|
|
||||||
password: "omc123"
|
password: "omc123"
|
||||||
systemType: ""
|
systemType: "UTRAN"
|
||||||
|
sms:
|
||||||
|
apiURL: http://smsc.xxx.com/
|
||||||
|
accessKeyID: xxxx
|
||||||
|
accessKeySecret: xxxx
|
||||||
|
signName: xxx SMSC
|
||||||
|
templateCode: 1000
|
||||||
|
smProxy: smsc
|
||||||
|
|
||||||
# User authorized information
|
# User authorized information
|
||||||
# crypt: mysql/md5/bcrypt
|
# crypt: mysql/md5/bcrypt
|
||||||
|
|||||||
Reference in New Issue
Block a user