Skip to main content

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”

  • If status_qs_cache_ignore is true, status_cqs must be 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.

  • There is a limit of 1024 characters and maximum 25 cache ignore parameter.

Array

Yes

Payload

CODE
{
    "resource_uuid": "****-****-****-****",
    "status_qs": "on",
    "status_qs_cache_ignore": true,
    "status_cqs": false,
    "qs_cache_ignore_param": [
        "test"
    ]
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.