{ "id":"/axapi/v3/health/monitor/{name}/method/pop3", "type":"object", "node-type":"scalar", "title":"pop3", "partition-visibility":"shared", "description":"POP3 type", "properties":{ "pop3":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"POP3 type", "optional":true }, "pop3-username":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify the username", "optional":true }, "pop3-password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the user password", "optional":true }, "pop3-password-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify the user password, '' means empty password", "optional":true }, "pop3-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 }, "pop3-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "default":110, "partition-visibility":"shared", "description":"Specify the POP3 port, default is 110 (Port Number (default 110))", "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 } } }