firewall_firewalluablock

APIs.ioEngineeringPlatform

Properties

Name Type Description
configuration object
description object
id object
mode object
paused object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-firewalluablock-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_firewalluablock",
  "title": "firewall_firewalluablock",
  "properties": {
    "configuration": {
      "$ref": "#/components/schemas/firewall_schemas-configuration"
    },
    "description": {
      "$ref": "#/components/schemas/firewall_ua-rules_components-schemas-description"
    },
    "id": {
      "$ref": "#/components/schemas/firewall_components-schemas-id"
    },
    "mode": {
      "$ref": "#/components/schemas/firewall_components-schemas-mode"
    },
    "paused": {
      "$ref": "#/components/schemas/firewall_schemas-paused"
    }
  }
}