firewall_action_parameters_rewrite

The configuration parameters for the rewrite action.

APIs.ioEngineeringPlatform

Properties

Name Type Description
uri object The URI rewrite configuration to rewrite the URI path, the query string, or both.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-action-parameters-rewrite-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_action_parameters_rewrite",
  "title": "firewall_action_parameters_rewrite",
  "description": "The configuration parameters for the rewrite action.",
  "properties": {
    "uri": {
      "description": "The URI rewrite configuration to rewrite the URI path, the query string, or both.",
      "properties": {
        "path": {
          "description": "The new URI path sent to the origin."
        },
        "query": {
          "description": "The new query string sent to the origin."
        }
      },
      "type": "object"
    }
  }
}