firewall_configuration

The rule configuration.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_configuration",
  "title": "firewall_configuration",
  "description": "The rule configuration.",
  "oneOf": [
    {
      "$ref": "#/components/schemas/firewall_ip_configuration"
    },
    {
      "$ref": "#/components/schemas/firewall_ipv6_configuration"
    },
    {
      "$ref": "#/components/schemas/firewall_cidr_configuration"
    },
    {
      "$ref": "#/components/schemas/firewall_asn_configuration"
    },
    {
      "$ref": "#/components/schemas/firewall_country_configuration"
    }
  ],
  "type": "object"
}