Authenticate and validate TACACS settings

post

http://<SDWAN_TENANT_IP>/v1/admin/manage_appliance/users_Auth/aunthenticateTacacsSettings

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
A JSON object containing the tacacs username and tacacs password
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Result OK
Body ()
Root Schema : schema
Type: object

401 Response

Not Logged into the SDWAN-Edge device
Body ()
Root Schema : 401NotLoggedin
Type: object
Show Source

403 Response

Insufficient Userlevel
Body ()
Root Schema : 403InsufficientUserLevel
Type: object
Show Source

405 Response

Invalid request method
Body ()
Root Schema : 405ExpectedPost
Type: object
Show Source
Back to Top