Origin SNI Request
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 |
origin_sni_request_status | “true” or “false” is sent to use this definition. | Boolean | Yes |
origin_sni_request_domain | If the origin servers provide more than one domain SSL information, this definition is used to specify which domain the request should be made for. | String | Yes |
Payload
{
"resource_uuid": "***-***-****",
"origin_sni_request_status": true,
"origin_sni_request_domain": "test.mydomain.com"
}