Origin Response Timeout
This setting is available in small, large and dynamic(aksela) resource types.
Method | URL |
---|---|
PUT | https://cloud.medianova.com/api/v1/cdn/{organization_uuid}/resource/{resource_id} |
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_response_timeout | Sets the maximum expected time for the response from the origin server. It can take values between 5-300. | Integer | Yes |
Payload
{
"resource_uuid": "****-****-****-*****",
"origin_response_timeout": 50
}