{ "id":"/axapi/v3/health/monitor/{name}/method/imap", "type":"object", "node-type":"scalar", "title":"imap", "partition-visibility":"shared", "description":"IMAP type", "properties":{ "imap":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"IMAP type", "optional":true }, "imap-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "default":143, "partition-visibility":"shared", "description":"Specify the IMAP port, default is 143 (Port Number (default 143))", "optional":true }, "imap-username":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify the username", "optional":true }, "imap-password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the user password", "optional":true }, "imap-password-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Configure password, '' means empty password", "optional":true }, "imap-encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string)", "optional":true }, "pwd-auth":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the Authentication method", "optional":true }, "imap-plain":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Plain text", "optional":true }, "imap-cram-md5":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Challenge-response authentication mechanism", "optional":true }, "imap-login":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Simple login", "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 } } }