Skip to content

tacacs_settings

Overview

These APIs can be used to enable/disable TACACS+, Modify or Get TACACS+ Settings

Version information

Version : v2

URI scheme

Host :
BasePath : /sdwan/nitro/v2/config/
Schemes : HTTP

Tags

  • tacacs_settings : Operations related to tacacs_settings

Paths

Get operation for tacacs_settings

GET /tacacs_settings

Description

Get TACACS+ Settings

Responses

HTTP Code Description Schema
200 API Successfully executed tacacs_settings_response_schema
400 Failed: bad input parameter ErrorSchema
401 Unauthorized: Failed Authentication ErrorSchema
403 Unauthorized: Forbidden ErrorSchema
405 Failed: Data format unacceptable ErrorSchema
415 Failed: Data format unacceptable ErrorSchema
500 Failed: Internal Server Error ErrorSchema

Produces

  • application/json

Tags

  • tacacs_settings

PUT operation for tacacs_settings

PUT /tacacs_settings

Description

Use this API to modify TACACS+ settings

Parameters

Type Name Schema
Body body
optional
tacacs_settings_request_schema

Responses

HTTP Code Description Schema
200 Resource modified added tacacs_settings_put_success_schema
400 Failed: bad input parameter ErrorSchema
401 Unauthorized: Failed Authentication ErrorSchema
403 Unauthorized: Forbidden ErrorSchema
405 Failed: Data format unacceptable ErrorSchema
415 Failed: Data format unacceptable ErrorSchema
500 Failed: Internal Server Error ErrorSchema

Consumes

  • application/json

Produces

  • application/json

Tags

  • tacacs_settings

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

tacacs_auth_type

TACACS+ server key

Type : enum (PAP, ASCII)

tacacs_enabled

TACACS+ enable/disable.

Type : boolean

tacacs_port

Port of TACACS+ server (Value range 1 to 65535)

Type : integer

tacacs_port2

Port2 of TACACS+ server (Value range 1 to 65535)

Type : integer

tacacs_port3

Port3 of TACACS+ server (Value range 1 to 65535)

Type : integer

tacacs_server_ip_addr

IPADDRESS of TACACS+ server

Type : string

tacacs_server_ip_addr2

IPADDRESS2 of TACACS+ server

Type : string

tacacs_server_ip_addr3

IPADDRESS3 of TACACS+ server

Type : string

tacacs_server_key

TACACS+ server key

Type : string

tacacs_settings

Name Schema
tacacs_auth_type
optional
tacacs_auth_type
tacacs_enabled
optional
tacacs_enabled
tacacs_port
optional
tacacs_port
tacacs_port2
optional
tacacs_port2
tacacs_port3
optional
tacacs_port3
tacacs_server_ip_addr
optional
tacacs_server_ip_addr
tacacs_server_ip_addr2
optional
tacacs_server_ip_addr2
tacacs_server_ip_addr3
optional
tacacs_server_ip_addr3
tacacs_server_key
optional
tacacs_server_key
tacacs_timeout
optional
tacacs_timeout

tacacs_settings_delete_success_schema

Name Schema
tacacs_settings
optional
tacacs_settings

tacacs_settings

Name Description Schema
message
optional
Example : "resource deleted succesfully" string

tacacs_settings_post_success_schema

Name Schema
tacacs_settings
optional
tacacs_settings

tacacs_settings

Name Description Schema
message
optional
Example : "resource added succesfully" string

tacacs_settings_put_success_schema

Name Schema
tacacs_settings
optional
tacacs_settings

tacacs_settings

Name Description Schema
message
optional
Example : "resource modified succesfully" string

tacacs_settings_request_schema

Name Schema
tacacs_settings
optional
tacacs_settings

tacacs_settings_response_schema

Type : < tacacs_settings_response_schema > array

tacacs_settings_response_schema

Name Schema
tacacs_auth_type
optional
tacacs_auth_type
tacacs_enabled
optional
tacacs_enabled
tacacs_port
optional
tacacs_port
tacacs_port2
optional
tacacs_port2
tacacs_port3
optional
tacacs_port3
tacacs_server_ip_addr
optional
tacacs_server_ip_addr
tacacs_server_ip_addr2
optional
tacacs_server_ip_addr2
tacacs_server_ip_addr3
optional
tacacs_server_ip_addr3
tacacs_server_key
optional
tacacs_server_key
tacacs_timeout
optional
tacacs_timeout

tacacs_timeout

TACACS+ timeout in seconds

Type : integer

Was this article helpful?