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