magic-transit_options

APIs.ioEngineeringPlatform

Properties

Name Type Description
max_ttl object
packet_type object
packets_per_ttl object
port object
wait_time object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-transit-options-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic-transit_options",
  "title": "magic-transit_options",
  "example": {
    "max_ttl": 15,
    "packet_type": "icmp"
  },
  "properties": {
    "max_ttl": {
      "$ref": "#/components/schemas/magic-transit_max_ttl"
    },
    "packet_type": {
      "$ref": "#/components/schemas/magic-transit_packet_type"
    },
    "packets_per_ttl": {
      "$ref": "#/components/schemas/magic-transit_packets_per_ttl"
    },
    "port": {
      "$ref": "#/components/schemas/magic-transit_port"
    },
    "wait_time": {
      "$ref": "#/components/schemas/magic-transit_wait_time"
    }
  }
}