{ "id":"/axapi/v3/smtp", "type":"object", "node-type":"scalar", "title":"smtp", "description":"Configure SMTP Server", "properties":{ "smtp-server":{ "type":"string", "format":"host", "minLength":1, "maxLength":31, "not":"smtp-server-v6", "description":"Configure SMTP Server (length:1-31)", "optional":true }, "smtp-server-v6":{ "type":"string", "format":"ipv6-address", "not":"smtp-server", "description":"Configure SMTP Server IPV6 address", "optional":true }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "description":"Configure SMTP Port (Configure SMTP port, default is 25)", "optional":true }, "needauthentication":{ "type":"number", "format":"flag", "default":0, "description":"Configure SMTP server need authtication", "optional":true }, "mailfrom":{ "type":"string", "format":"email-addr", "minLength":1, "maxLength":31, "description":"Configure email source address", "optional":true }, "username-cfg":{ "type":"object", "properties":{ "username":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "description":"Configure SMTP login username" }, "password":{ "type":"object", "properties":{ "smtp-password":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "description":"Configure SMTP login password" }, "encrypted":{ "type":"encrypted", "format":"encrypted", "description":" Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string)" } } } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }