Skip to main content

List all TACACS server profiles

Retrieve a list of all TACACS server profiles.

Query Parameters
  • limit number

    The maximum number of result objects to return per page.

  • offset number

    The offset of the result entry.

  • folder string required

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

  • snippet string required

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$

    The snippet of the entry

  • device string required

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$

    The device of the entry

  • name string

    The name of the entry.

Responses

List of tacacs server profiles


Schema
  • data object[]
  • Array [
  • id string

    uuid of the resource

  • protocol string required

    Possible values: [CHAP, PAP]

  • server object[] required
  • Array [
  • address string
  • name string
  • port integer

    Possible values: >= 1 and <= 65535

  • secret string

    Possible values: <= 64 characters

  • ]
  • timeout integer

    Possible values: >= 1 and <= 30

  • use_single_connection boolean
  • ]
  • limit number

    Default value: 200

  • offset number

    Default value: 0

  • total number
Loading...