{ "id":"/axapi/v3/health/monitor/{name}/method/tacplus", "type":"object", "node-type":"scalar", "title":"tacplus", "partition-visibility":"shared", "description":"TACACS+ type", "properties":{ "tacplus":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"TACACS+ type", "optional":true }, "tacplus-username":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify the username", "optional":true }, "tacplus-password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the user password", "optional":true }, "tacplus-password-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Configure password, '' means empty password", "optional":true }, "tacplus-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 }, "tacplus-secret":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the shared secret of TACACS+ server", "optional":true }, "tacplus-secret-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Shared Crypto Key", "optional":true }, "secret-encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "optional":true }, "tacplus-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "default":49, "partition-visibility":"shared", "description":"Specify the TACACS+ port, default 49 (Port number (default 49))", "optional":true }, "tacplus-type":{ "type":"string", "format":"enum", "default":"inbound-ascii-login", "partition-visibility":"shared", "description":"'inbound-ascii-login': Specify Inbound ASCII Login type; ", "enum":[ "inbound-ascii-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 } } }