ContentRewriteProfile

ContentRewriteProfile
ContentRewriteProfile
JSON Example
{
    "req_rewrite_rules": [
        {
            "enable": false,
            "index": 0,
            "name": "string",
            "pairs": [
                {
                    "replacement_string": {
                        "type": "string",
                        "val": "string"
                    },
                    "search_string": {
                        "type": "string",
                        "val": "string"
                    }
                }
            ],
            "rewritable_content_ref": "string"
        }
    ],
    "rewritable_content_ref": "string",
    "rsp_rewrite_rules": [
        {
            "enable": false,
            "index": 0,
            "name": "string",
            "pairs": [
                {
                    "replacement_string": {
                        "type": "string",
                        "val": "string"
                    },
                    "search_string": {
                        "type": "string",
                        "val": "string"
                    }
                }
            ],
            "rewritable_content_ref": "string"
        }
    ]
}
req_rewrite_rules
Optional

Content Rewrite rules to be enabled on therequest body. Field introduced in 31.2.1. Maximum of 1 items allowed. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
rewritable_content_ref
Optional

Rewrite only content types listed in this string group. Content types not present in this list are not rewritten. It is a reference to an object of type StringGroup. Field deprecated in 31.2.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

rsp_rewrite_rules
Optional

Content Rewrite rules to be enabled on theresponse body. Field introduced in 21.1.3. Maximum of 1 items allowed. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

Property Of