Traceroutes
Traceroute
POST/accounts/{account_id}/diagnostics/traceroute
ModelsExpand Collapse
Traceroute = object { colos, target }
Traceroute = object { colos, target }
colos: optional array of object { colo, error, hops, 2 more }
colos: optional array of object { colo, error, hops, 2 more }
error: optional "" or "Could not gather traceroute data: Code 1" or "Could not gather traceroute data: Code 2" or 2 moreErrors resulting from collecting traceroute from colo to target.
error: optional "" or "Could not gather traceroute data: Code 1" or "Could not gather traceroute data: Code 2" or 2 more
Errors resulting from collecting traceroute from colo to target.
hops: optional array of object { nodes, packets_lost, packets_sent, packets_ttl }
hops: optional array of object { nodes, packets_lost, packets_sent, packets_ttl }
nodes: optional array of object { asn, ip, labels, 6 more } An array of node objects.
nodes: optional array of object { asn, ip, labels, 6 more }
An array of node objects.