firewall_schemas-expression

The expression defining which traffic will match the rule.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-schemas-expression-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_schemas-expression",
  "title": "firewall_schemas-expression",
  "description": "The expression defining which traffic will match the rule.",
  "example": "ip.src ne 1.1.1.1",
  "type": "string"
}