Stale Cache
This setting is available for small, large and dynamic resource types.
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
|
stale_caching | This parameter can take the following values: "error", "timeout", "invalid_header", "http_500", "http_502", "http_503", "http_504". | String | Yes |
Payload
{
"stale_caching": [
"error",
"timeout",
"invalid_header",
"http_500",
"http_502",
"http_503",
"http_504"
]
}