{ "id":"/axapi/v3/tacacs-server/host/tacacs-hostname/{hostname}", "type":"object", "node-type":"list", "title":"tacacs-hostname", "description":"Specify the hostname of TACACS+ server", "properties":{ "hostname":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "description":"Hostname of TACACS+ server", "optional":false }, "secret":{ "type":"object", "properties":{ "secret-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":127, "description":"The TACACS+ server's secret" }, "encrypted":{ "type":"encrypted", "format":"encrypted", "minLength":1, "maxLength":255, "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) help-val The ENCRYPTED secret string" }, "port-cfg":{ "type":"object", "properties":{ "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":49, "description":"Specify the port number used by TACACS+ server.( default port is 49) (Port number (default 49))" }, "timeout":{ "type":"number", "format":"number", "minimum":1, "maximum":12, "default":12, "description":"Specify the maximum time allowed for setting up a connection with the TACACS+ server. (default timeout is 12 seconds) (Maximum time allowed for setting up a connection with the TACACS+ server, in seconds (default 12))" }, "monitor":{ "type":"number", "format":"flag", "default":0, "description":"Specify monitor TACACS+ server" }, "username":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "description":"Specify the username" }, "password":{ "type":"number", "format":"flag", "default":0, "description":"Specify the user password" }, "password-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "description":"The user password" }, "encrypted":{ "type":"encrypted", "format":"encrypted", "minLength":1, "maxLength":255, "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string)" } } } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "hostname" ], "required":[ "hostname" ] }