TLS Version
This setting is available for all resource types.
Method | URL |
---|---|
PUT | https://cloud.medianova.com/api/v1/cdn/{organization_uuid}/resource/{resource_uuid} |
Parameters | Description | Type | Required |
---|---|---|---|
organization_uuid | The created organization in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
resource_uuid | The created resource in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
tls_version | This parameter determines the Transport Layer Security (TLS) version to be used. It can take the values "tlsv1.3", "tlsv1.1", "tlsv1.2". | Object | Yes |
Payload
{
"resource_uuid": "****-***-****-****",
"tls_version": [
"tlsv1.3",
"tlsv1.1",
"tlsv1.2"
]
}