firewall_components-schemas-rule

APIs.ioEngineeringPlatform

Properties

Name Type Description
action object
action_parameters object
description object
expression object
id object
version object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-components-schemas-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_components-schemas-rule",
  "title": "firewall_components-schemas-rule",
  "properties": {
    "action": {
      "example": "route"
    },
    "action_parameters": {
      "$ref": "#/components/schemas/firewall_action_parameters"
    },
    "description": {
      "example": "change the host header, origin, and SNI"
    },
    "expression": {
      "example": "http.cookie contains \"something\""
    },
    "id": {
      "example": "3a03d665bac047339bb530ecb439a90d"
    },
    "version": {
      "example": "1"
    }
  }
}