Shared Cache
This setting is available for small, large and Aksela 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
|
status_share_cache | Enables the activation and deactivation of the shared cache process. There are two options available: Default and Share. When selected as Share, only resources with mainstream origin type can be defined. | String | Yes |
share_cache | The domain information of the resource for which shared cache will be performed is sent. | String | Yes |
Payload
{
"resource_uuid":"***",
"status_share_cache": "share",
"share_cache": "static-test.mncdn.org"
}