zones_actions

The set of actions to perform if the targets of this rule match the request. Actions can redirect to another URL or override settings, but not both.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-actions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_actions",
  "title": "zones_actions",
  "description": "The set of actions to perform if the targets of this rule match the request. Actions can redirect to another URL or override settings, but not both.",
  "example": [
    {
      "id": "browser_check",
      "value": "on"
    }
  ],
  "items": {
    "oneOf": [
      {
        "$ref": "#/components/schemas/zones_route"
      }
    ]
  },
  "type": "array"
}