Skip to main content

Get Site Ciphers (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/sites/:site_id/siteciphers

List the ciphers for a particular site.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

    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.

    id string

    The ID.

    type string

    The type.

    items SiteCipher[]
  • Array [
  • controller_connection_cipher stringrequired

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

    The ciphers for controller connections.

    id string

    The ID.

    site_id stringrequired

    The ID of the site.

    tenant_id stringrequired

    The tenant ID.

    vpn_ciphers string[]required

    The ciphers for the vpn connections.

  • ]
Loading...