magic-visibility_pcaps_type

The type of packet capture. `Simple` captures sampled packets, and `full` captures entire payloads and non-sampled packets.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-visibility-pcaps-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic-visibility_pcaps_type",
  "title": "magic-visibility_pcaps_type",
  "description": "The type of packet capture. `Simple` captures sampled packets, and `full` captures entire payloads and non-sampled packets.",
  "enum": [
    "simple",
    "full"
  ],
  "example": "simple",
  "type": "string"
}