magic-visibility_mnm_rule_packet_threshold

The number of packets per second for the rule. When this value is exceeded for the set duration, an alert notification is sent. Minimum of 1 and no maximum.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-visibility-mnm-rule-packet-threshold-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic-visibility_mnm_rule_packet_threshold",
  "title": "magic-visibility_mnm_rule_packet_threshold",
  "description": "The number of packets per second for the rule. When this value is exceeded for the set duration, an alert notification is sent. Minimum of 1 and no maximum.",
  "example": 10000,
  "minimum": 1,
  "type": "number"
}