NSX-T Data Center REST API
ALBContentRewriteProfile (schema)
ContentRewriteProfile
Advanced load balancer ContentRewriteProfile object
| Name | Description | Type | Notes |
|---|---|---|---|
| response_rewrite_enabled | Response rewrite enabled Enable rewrite on response body. Default value when not specified in API or module is interpreted by ALB Controller as false. |
boolean | Default: "False" |
| rewritable_content_path | Rewritable content path 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. |
string | |
| rsp_match_replace_pair | Rsp match replace pair Strings to be matched and replaced with on the response body. This should be configured when response_rewrite_enabled is set to true. |
array of ALBMatchReplacePair |