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.
- application/json
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
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
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.
{
"controller_connection_cipher": "RSA-AES256-GCM-SHA384",
"id": "string",
"site_id": "string",
"tenant_id": "string",
"vpn_ciphers": [
"string"
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
_error ErrorResponse[]
Array [code stringmessage string]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_JSON_EXTRA_ATTRIBUTE"
},
{
"code": "INVALID_JSON_COMMON_ATTR_MISMATCH"
}
]
}
}
Loading...