Skip to main content

Create a TACACS server profile

POST 

/sse/config/v1/tacacs-server-profiles

Create a TACACS server profile.

Request

Query Parameters

    folder stringrequired

    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 stringrequired

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

    The snippet of the entry

    device stringrequired

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

    The device of the entry

Body

The tacacs server profile you want to create

    protocol stringrequired

    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

Responses

Created

Loading...