Skip to content
Start here

Network Path

Get details for a specific traceroute test run
zero_trust.dex.traceroute_test_results.network_path.get(strtest_result_id, NetworkPathGetParams**kwargs) -> NetworkPathGetResponse
GET/accounts/{account_id}/dex/traceroute-test-results/{test_result_id}/network-path
ModelsExpand Collapse
class NetworkPathGetResponse:
hops: List[Hop]

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

ttl: int
asn: Optional[int]
aso: Optional[str]
ip_address: Optional[str]
location: Optional[HopLocation]
city: Optional[str]
state: Optional[str]
zip: Optional[str]
mile: Optional[Literal["client-to-app", "client-to-cf-egress", "client-to-cf-ingress", "client-to-isp"]]
One of the following:
"client-to-app"
"client-to-cf-egress"
"client-to-cf-ingress"
"client-to-isp"
name: Optional[str]
packet_loss_pct: Optional[float]
formatfloat
rtt_ms: Optional[int]
result_id: str

API Resource UUID tag.

maxLength36
colo: Optional[str]

Cloudflare colo airport code.

device_name: Optional[str]

Name of the device associated with this network path response.

execution_context: Optional[Literal["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"
test_id: Optional[str]

API Resource UUID tag.

maxLength36
test_name: Optional[str]

Name of the traceroute test.

time_start: Optional[str]

Timestamp indicating when the traceroute test execution began.

tunnel_type: Optional[str]