Page Rule Query String Parameter - Retain All
This setting is available in small, large and dynamic(aksela) resource types.
Method | URL |
---|---|
PUT | https://cloud.medianova.com/api/v1/cdn/{organization_uuid}/resource/{resource_id} |
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
{
"page_rule": [
{
"rule_id": 2,
"status_qs": "on",
"status_qs_cache_ignore": false,
"status_cqs": false
}
]
}