Skip to main content

Update Site Cipher (v2.0)

PUT 

/sdwan/v2.0/api/sites/:site_id/siteciphers

Update the ciphers for a particular site.

Request

Path Parameters

    site_id stringrequired

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

Body

    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.

    vpn_ciphers string[]required

    The ciphers for the vpn connections.

Responses

Successful Operation

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

    vpn_ciphers string[]required

    The ciphers for the vpn connections.

Loading...