Skip to main content

Edit a tacacs server profile

PUT 

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

Modify a tacacs server profile.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The tacacs server profile you want to edit

    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

Ok

Loading...