magic-transit_packet_type

Type of packet sent.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-transit-packet-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic-transit_packet_type",
  "title": "magic-transit_packet_type",
  "default": "icmp",
  "description": "Type of packet sent.",
  "enum": [
    "icmp",
    "tcp",
    "udp",
    "gre",
    "gre+icmp"
  ],
  "example": "icmp",
  "type": "string"
}