Skip to content
Start here

Traceroute Tests

Get details and aggregate metrics for a traceroute test
client.ZeroTrust.DEX.TracerouteTests.Get(ctx, testID, params) (*Traceroute, error)
GET/accounts/{account_id}/dex/traceroute-tests/{test_id}
Get percentiles for a traceroute test
client.ZeroTrust.DEX.TracerouteTests.Percentiles(ctx, testID, params) (*DEXTracerouteTestPercentilesResponse, error)
GET/accounts/{account_id}/dex/traceroute-tests/{test_id}/percentiles
Get network path breakdown for a traceroute test
client.ZeroTrust.DEX.TracerouteTests.NetworkPath(ctx, testID, params) (*NetworkPathResponse, error)
GET/accounts/{account_id}/dex/traceroute-tests/{test_id}/network-path
ModelsExpand Collapse
type Traceroute struct{…}
Host string

The host of the Traceroute synthetic application test.

Interval string

The interval at which the Traceroute synthetic application test is set to run.

Kind TracerouteKind
Name string

The name of the Traceroute synthetic application test.

TargetPolicies []DigitalExperienceMonitorOptional
ID string

API Resource UUID tag.

maxLength36
Default bool

Whether the policy is the default for the account.

Name string
Targeted boolOptional
TracerouteStats TracerouteTracerouteStatsOptional
AvailabilityPct TracerouteTracerouteStatsAvailabilityPct
Slots []TracerouteTracerouteStatsAvailabilityPctSlot
Timestamp string
Value float64
formatfloat
Avg float64Optional

average observed in the time period.

formatfloat
Max float64Optional

highest observed in the time period.

formatfloat
Min float64Optional

lowest observed in the time period.

formatfloat
PacketLossPct TracerouteTracerouteStatsPacketLossPct
Slots []TracerouteTracerouteStatsPacketLossPctSlot
Timestamp string
Value float64
formatfloat
Avg float64Optional

average observed in the time period.

formatfloat
Max float64Optional

highest observed in the time period.

formatfloat
Min float64Optional

lowest observed in the time period.

formatfloat
RoundTripTimeMs TestStatOverTime
UniqueDevicesTotal int64

Count of unique devices that have run this test in the given time period.

TracerouteStatsByColo []TracerouteTracerouteStatsByColoOptional
AvailabilityPct TracerouteTracerouteStatsByColoAvailabilityPct
Slots []TracerouteTracerouteStatsByColoAvailabilityPctSlot
Timestamp string
Value float64
formatfloat
Avg float64Optional

average observed in the time period.

formatfloat
Max float64Optional

highest observed in the time period.

formatfloat
Min float64Optional

lowest observed in the time period.

formatfloat
Colo string
PacketLossPct TracerouteTracerouteStatsByColoPacketLossPct
Slots []TracerouteTracerouteStatsByColoPacketLossPctSlot
Timestamp string
Value float64
formatfloat
Avg float64Optional

average observed in the time period.

formatfloat
Max float64Optional

highest observed in the time period.

formatfloat
Min float64Optional

lowest observed in the time period.

formatfloat
RoundTripTimeMs TestStatOverTime
UniqueDevicesTotal int64

Count of unique devices that have run this test in the given time period.