Skip to content
Start here

Traceroute Test Results

Traceroute Test ResultsNetwork Path

Get details for a specific traceroute test run
client.zeroTrust.dex.tracerouteTestResults.networkPath.get(stringtestResultId, NetworkPathGetParams { account_id } params, RequestOptionsoptions?): NetworkPathGetResponse { hops, resultId, colo, 6 more }
GET/accounts/{account_id}/dex/traceroute-test-results/{test_result_id}/network-path
ModelsExpand Collapse
NetworkPathGetResponse { hops, resultId, colo, 6 more }
hops: Array<Hop>

An array of the hops taken by the device to reach the end destination.

ttl: number
asn?: number | null
aso?: string | null
ipAddress?: string | null
location?: Location | null
city?: string | null
state?: string | null
zip?: string | null
mile?: "client-to-app" | "client-to-cf-egress" | "client-to-cf-ingress" | "client-to-isp" | null
One of the following:
"client-to-app"
"client-to-cf-egress"
"client-to-cf-ingress"
"client-to-isp"
name?: string | null
packetLossPct?: number | null
formatfloat
rttMs?: number | null
resultId: string

API Resource UUID tag.

maxLength36
colo?: string

Cloudflare colo airport code.

deviceName?: string

Name of the device associated with this network path response.

execution_context?: "EXECUTION_CONTEXT_INVALID" | "OUT_OF_TUNNEL" | "IN_TUNNEL"

Whether the test was run inside or outside of the WARP tunnel.

One of the following:
"EXECUTION_CONTEXT_INVALID"
"OUT_OF_TUNNEL"
"IN_TUNNEL"
testId?: string

API Resource UUID tag.

maxLength36
testName?: string

Name of the traceroute test.

time_start?: string

Timestamp indicating when the traceroute test execution began.

tunnel_type?: string | null