firewall_ratelimit

APIs.ioEngineeringPlatform

Properties

Name Type Description
action object
bypass object
description object
disabled object
id object
match object
period object
threshold object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-ratelimit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_ratelimit",
  "title": "firewall_ratelimit",
  "properties": {
    "action": {
      "$ref": "#/components/schemas/firewall_action"
    },
    "bypass": {
      "$ref": "#/components/schemas/firewall_bypass"
    },
    "description": {
      "$ref": "#/components/schemas/firewall_description"
    },
    "disabled": {
      "$ref": "#/components/schemas/firewall_disabled"
    },
    "id": {
      "$ref": "#/components/schemas/firewall_id"
    },
    "match": {
      "$ref": "#/components/schemas/firewall_match"
    },
    "period": {
      "$ref": "#/components/schemas/firewall_period"
    },
    "threshold": {
      "$ref": "#/components/schemas/firewall_threshold"
    }
  }
}