magic-transit_hop_result

APIs.ioEngineeringPlatform

Properties

Name Type Description
nodes array An array of node objects.
packets_lost object
packets_sent object
packets_ttl object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-transit-hop-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic-transit_hop_result",
  "title": "magic-transit_hop_result",
  "properties": {
    "nodes": {
      "description": "An array of node objects.",
      "items": {
        "$ref": "#/components/schemas/magic-transit_node_result"
      },
      "type": "array"
    },
    "packets_lost": {
      "$ref": "#/components/schemas/magic-transit_packets_lost"
    },
    "packets_sent": {
      "$ref": "#/components/schemas/magic-transit_packets_sent"
    },
    "packets_ttl": {
      "$ref": "#/components/schemas/magic-transit_packets_ttl"
    }
  },
  "type": "object"
}