CDN Resource - Query String Caching
This setting is available in small and dynamic 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 |
status_qs | The values of the status_qs must be any of the; “on”, “off”, “request_uri” | String | Yes |
status_qs_cache_ignore | The values of the status_qs_cache_ignore must be any of the; “true”, “false” | Boolean | Yes |
status_cqs | The values of the status_cqs must be any of the; “true”, “false”
| Boolean | Yes |
qs_cache_ignore_param | If status_qs_cache_ignore is true, qs_cache_ignore_param should be a maximum of 25 characters.
| Array | Yes |
Payload
{
"resource_uuid": "****-****-****-****",
"status_qs": "on",
"status_qs_cache_ignore": true,
"status_cqs": false,
"qs_cache_ignore_param": [
"test"
]
}