magic-transit_target_summary

Aggregated statistics from all hops about the target.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-transit-target-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic-transit_target_summary",
  "title": "magic-transit_target_summary",
  "description": "Aggregated statistics from all hops about the target.",
  "example": {
    "asn": "",
    "ip": "1.1.1.1",
    "max_latency_ms": 0.034,
    "mean_latency_ms": 0.021,
    "min_latency_ms": 0.014,
    "name": "1.1.1.1",
    "packet_count": 3,
    "std_dev_latency_ms": 0.011269427669584647
  },
  "type": "object"
}