Skip to main content

Update Site Cipher (v2.0)

Update the ciphers for a particular site.

Path Parameters
  • tenant_id string required

    The tenant ID.

  • site_id string required

    ID of the site. More details on the site can be retrieved by querying the sites API.

Request Body
  • controller_connection_cipher string required

    Possible values: [RSA-AES256-GCM-SHA384, RSA-AES128-GCM-SHA256]

    The ciphers for controller connections.

  • id string

    The ID.

  • site_id string required

    The ID of the site.

  • tenant_id string required

    Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)

  • vpn_ciphers string[] required

    The ciphers for the vpn connections.

Responses

Successful Operation


Schema
  • controller_connection_cipher string required

    Possible values: [RSA-AES256-GCM-SHA384, RSA-AES128-GCM-SHA256]

    The ciphers for controller connections.

  • id string

    The ID.

  • site_id string required

    The ID of the site.

  • tenant_id string required

    Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)

  • vpn_ciphers string[] required

    The ciphers for the vpn connections.

Loading...