{ "id":"/axapi/v3/health/monitor/{name}/method/radius", "type":"object", "node-type":"scalar", "title":"radius", "partition-visibility":"shared", "description":"RADIUS type", "properties":{ "radius":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"RADIUS type", "optional":true }, "radius-username":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify the username", "optional":true }, "radius-password-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Configure password, '' means empty password", "optional":true }, "radius-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 }, "radius-secret":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Configure shared secret of RADIUS server", "optional":true }, "radius-secret-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 }, "radius-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "default":1812, "partition-visibility":"shared", "description":"Specify the RADIUS port, default is 1812 (Port number (default 1812))", "optional":true }, "radius-expect":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify what you expect from the response message", "optional":true }, "radius-response-code":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify response code range (e.g. 2,4-7) (Format is xx,xx-xx (xx between [1, 13]))", "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 } } }