firewall_logging

An object configuring the rule's logging behavior.

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean Whether to generate a log when the rule matches.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-logging-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_logging",
  "title": "firewall_logging",
  "description": "An object configuring the rule's logging behavior.",
  "example": {
    "enabled": true
  },
  "properties": {
    "enabled": {
      "description": "Whether to generate a log when the rule matches.",
      "example": true,
      "type": "boolean"
    }
  },
  "type": "object"
}