Skip to main content

Get a TACACS server profile

GET 

/tacacs-server-profiles/:id

Get an existing TACACS server profile.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id stringrequired

    The UUID of the TACACS+ server profile

    name stringrequired

    The name of the TACACS+ server profile

    protocol required

    Possible values: [CHAP, PAP]

    The TACACS+ authentication protocol

    server object[]required

    The TACACS+ server configuration

  • Array [
  • name string

    The name of the TACACS+ server

    address string

    The IP address of the TACACS+ server

    port integer

    Possible values: >= 1 and <= 65535

    The TACACS+ server port

    secret password

    Possible values: <= 64 characters

    The TACACS+ secret

  • ]
  • timeout integer

    Possible values: >= 1 and <= 30

    The TACACS+ timeout (seconds)

    use_single_connection boolean

    Use a single TACACS+ connection?

Loading...