Skip to main content

Get Site Ciphers (v2.0)

List 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.

Responses

Successful Operation


Schema
  • count int32

    The total number of responses.

  • id string

    The ID of the response.

  • type string

    The type of response.

  • items SiteCipher[]
  • Array [
  • 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...