firewall_phase

The phase where the ruleset is executed.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-phase-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_phase",
  "title": "firewall_phase",
  "description": "The phase where the ruleset is executed.",
  "enum": [
    "http_request_transform",
    "http_request_late_transform",
    "http_response_headers_transform"
  ],
  "type": "string"
}