Skip to main content

List TACACS server profiles

GET 

/tacacs-server-profiles

Retrieve a list of TACACS server profiles.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

Responses

OK

Schema
    data object[]
  • Array [
  • 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?

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...