firewall_zonelockdown

APIs.ioEngineeringPlatform

Properties

Name Type Description
configurations object
created_on object
description object
id object
modified_on object
paused object
urls object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-zonelockdown-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_zonelockdown",
  "title": "firewall_zonelockdown",
  "additionalProperties": false,
  "properties": {
    "configurations": {
      "$ref": "#/components/schemas/firewall_configurations"
    },
    "created_on": {
      "$ref": "#/components/schemas/firewall_created_on"
    },
    "description": {
      "$ref": "#/components/schemas/firewall_lockdowns_components-schemas-description"
    },
    "id": {
      "$ref": "#/components/schemas/firewall_lockdowns_components-schemas-id"
    },
    "modified_on": {
      "$ref": "#/components/schemas/firewall_modified_on"
    },
    "paused": {
      "$ref": "#/components/schemas/firewall_schemas-paused"
    },
    "urls": {
      "$ref": "#/components/schemas/firewall_schemas-urls"
    }
  },
  "required": [
    "id",
    "created_on",
    "modified_on",
    "paused",
    "description",
    "urls",
    "configurations"
  ]
}