magic-visibility_pcaps_byte_limit

The maximum number of bytes to capture. This field only applies to `full` packet captures.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-visibility-pcaps-byte-limit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic-visibility_pcaps_byte_limit",
  "title": "magic-visibility_pcaps_byte_limit",
  "description": "The maximum number of bytes to capture. This field only applies to `full` packet captures.",
  "example": 500000,
  "maximum": "1e+09",
  "minimum": 1,
  "type": "number"
}