rulesets_LogRule

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rulesets-logrule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rulesets_LogRule",
  "title": "rulesets_LogRule",
  "allOf": [
    {
      "$ref": "#/components/schemas/rulesets_Rule"
    },
    {
      "properties": {
        "action": {
          "enum": [
            "log"
          ]
        },
        "description": {
          "example": "Log when the IP address is not 1.1.1.1"
        }
      },
      "title": "Log rule"
    }
  ]
}