{ "id":"/axapi/v3/health/monitor/{name}/method/smtp", "type":"object", "node-type":"scalar", "title":"smtp", "partition-visibility":"shared", "description":"SMTP type", "properties":{ "smtp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"SMTP type", "optional":true }, "smtp-domain":{ "type":"string", "format":"host", "minLength":1, "maxLength":254, "partition-visibility":"shared", "description":"Specify domain name of 'helo' command", "optional":true }, "smtp-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "default":25, "partition-visibility":"shared", "description":"Specify SMTP port, default is 25 (Port Number (default 25))", "optional":true }, "smtp-starttls":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Check the STARTTLS support at helo response", "optional":true }, "mail-from":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Specify SMTP Sender", "optional":true }, "rcpt-to":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Specify SMTP Receiver", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }