Diagnostics
DiagnosticsTraceroutes
Traceroute
POST/accounts/{account_id}/diagnostics/traceroute
ModelsExpand Collapse
Traceroute { colos, target }
Traceroute { colos, target }
colos: optional array of { colo, error, hops, 2 more }
colos: optional array of { 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 { nodes, packets_lost, packets_sent, packets_ttl }
hops: optional array of { nodes, packets_lost, packets_sent, packets_ttl }
DiagnosticsEndpoint Healthchecks
List Endpoint Health Checks
GET/accounts/{account_id}/diagnostics/endpoint-healthchecks
Endpoint Health Check
POST/accounts/{account_id}/diagnostics/endpoint-healthchecks
Get Endpoint Health Check
GET/accounts/{account_id}/diagnostics/endpoint-healthchecks/{id}
Delete Endpoint Health Check
DELETE/accounts/{account_id}/diagnostics/endpoint-healthchecks/{id}
Update Endpoint Health Check
PUT/accounts/{account_id}/diagnostics/endpoint-healthchecks/{id}