firewall_components-schemas-ruleset

APIs.ioEngineeringPlatform

Properties

Name Type Description
description object
id object
kind object
name object
phase object
rules array The rules in the ruleset.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-components-schemas-ruleset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_components-schemas-ruleset",
  "title": "firewall_components-schemas-ruleset",
  "properties": {
    "description": {
      "example": ""
    },
    "id": {
      "example": "2f2feab2026849078ba485f918791bdc"
    },
    "kind": {
      "example": "zone"
    },
    "name": {
      "example": "default"
    },
    "phase": {
      "example": "http_config_settings"
    },
    "rules": {
      "description": "The rules in the ruleset.",
      "items": {
        "$ref": "#/components/schemas/firewall_config-rules_components-schemas-rule"
      },
      "type": "array"
    }
  }
}