magic-visibility_pcaps_packet_limit

The limit of packets contained in a packet capture.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-visibility-pcaps-packet-limit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic-visibility_pcaps_packet_limit",
  "title": "magic-visibility_pcaps_packet_limit",
  "description": "The limit of packets contained in a packet capture.",
  "example": 10000,
  "maximum": 10000,
  "minimum": 1,
  "type": "number"
}