{ "id":"/axapi/v3/tacacs-server", "type":"object", "node-type":"scalar", "title":"tacacs-server", "partition-visibility":"shared", "description":"Configure TACACS+ servers", "properties":{ "monitor":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure TACACS+ servers", "optional":true }, "interval":{ "type":"number", "format":"number", "minimum":1, "maximum":120, "default":60, "partition-visibility":"shared", "description":"The moniter interval in seconds (default 60)", "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 }, "host":{ "type":"object", "$ref":"/axapi/v3/tacacs-server/host", "properties":{ "ipv4-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv4" }, "uniqueItems":true, "$ref":"/axapi/v3/tacacs-server/host/ipv4/{ipv4-addr}", "array":[ { "properties":{ "ipv4-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPV4 address of TACACS+ server", "optional":false }, "secret":{ "type":"object", "properties":{ "secret-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"The TACACS+ server's secret" }, "encrypted":{ "type":"encrypted", "format":"encrypted", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) help-val The ENCRYPTED secret string" }, "source-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IP address" }, "source-loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "source-eth":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "source-ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" }, "source-trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "source-lif":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "partition-visibility":"shared", "description":"Logical interface (Lif interface number)" }, "port-cfg":{ "type":"object", "properties":{ "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":49, "partition-visibility":"shared", "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, "partition-visibility":"shared", "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, "partition-visibility":"shared", "description":"Specify monitor TACACS+ server" }, "username":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify the username" }, "password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the user password" }, "password-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"The user password" }, "encrypted":{ "type":"encrypted", "format":"encrypted", "minLength":1, "maxLength":255, "partition-visibility":"shared", "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, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "ipv4-addr" ] } ] }, "ipv6-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv6" }, "uniqueItems":true, "$ref":"/axapi/v3/tacacs-server/host/ipv6/{ipv6-addr}", "array":[ { "properties":{ "ipv6-addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPV6 address of TACACS+ server", "optional":false }, "secret":{ "type":"object", "properties":{ "secret-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"The TACACS+ server's secret" }, "encrypted":{ "type":"encrypted", "format":"encrypted", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) help-val The ENCRYPTED secret string" }, "source-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPV6 address" }, "source-loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "source-eth":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "source-ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" }, "source-trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "source-lif":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "partition-visibility":"shared", "description":"Logical interface (Lif interface number)" }, "port-cfg":{ "type":"object", "properties":{ "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":49, "partition-visibility":"shared", "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, "partition-visibility":"shared", "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, "partition-visibility":"shared", "description":"Specify monitor TACACS+ server" }, "username":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify the username" }, "password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the user password" }, "password-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"The user password" }, "encrypted":{ "type":"encrypted", "format":"encrypted", "minLength":1, "maxLength":255, "partition-visibility":"shared", "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, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "ipv6-addr" ] } ] }, "tacacs-hostname-list":{ "type":"array", "minItems":1, "items":{ "type":"tacacs-hostname" }, "uniqueItems":true, "$ref":"/axapi/v3/tacacs-server/host/tacacs-hostname/{hostname}", "array":[ { "properties":{ "hostname":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Hostname of TACACS+ server", "optional":false }, "secret":{ "type":"object", "properties":{ "secret-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"The TACACS+ server's secret" }, "encrypted":{ "type":"encrypted", "format":"encrypted", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) help-val The ENCRYPTED secret string" }, "source-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IP address" }, "source-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPV6 address" }, "source-loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "source-eth":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "source-ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" }, "source-trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "source-lif":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "partition-visibility":"shared", "description":"Logical interface (Lif interface number)" }, "port-cfg":{ "type":"object", "properties":{ "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":49, "partition-visibility":"shared", "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, "partition-visibility":"shared", "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, "partition-visibility":"shared", "description":"Specify monitor TACACS+ server" }, "username":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify the username" }, "password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the user password" }, "password-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"The user password" }, "encrypted":{ "type":"encrypted", "format":"encrypted", "minLength":1, "maxLength":255, "partition-visibility":"shared", "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, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "hostname" ] } ] } } } } }