Skip to main content

Page Rule Query String Parameter - Retain All

This setting is available in small, large and dynamic(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

page_rule

A Page Rule is a set of configurations containing custom settings for a specific URL pattern or path.

Object

Yes

page_rule.id

Represents the unique identifier of the Page Rule. It is a singular identifier for a specific Page Rule.

Integer

Yes

page_rule.status_qs

A query string parameter used as part of the Page Rule. It is used to enable or disable a specific status.

Boolean

Yes

page_rule.status_qs_cache_ignore

A query string parameter used as part of the Page Rule. This parameter ensures that the specified status is not considered for caching.

Boolean

Yes

page_rule.status_cqs

A query string parameter used as part of the Page Rule. It is used to enable or disable a specific status.

Boolean

Yes

Payload

CODE
{
    "page_rule": [
        {
            "rule_id": 2,
            "status_qs": "on",
            "status_qs_cache_ignore": false,
            "status_cqs": false
        }
    ]
}
JavaScript errors detected

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

If this problem persists, please contact our support.