firewall_threshold

The threshold that will trigger the configured mitigation action. Configure this value along with the `period` property to establish a threshold per period.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-threshold-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_threshold",
  "title": "firewall_threshold",
  "description": "The threshold that will trigger the configured mitigation action. Configure this value along with the `period` property to establish a threshold per period.",
  "example": 60,
  "minimum": 1,
  "type": "number"
}