Skip to content
Start here

Percentiles

Get percentiles for an http test
client.ZeroTrust.DEX.HTTPTests.Percentiles.Get(ctx, testID, params) (*HTTPDetailsPercentiles, error)
GET/accounts/{account_id}/dex/http-tests/{test_id}/percentiles
ModelsExpand Collapse
type HTTPDetailsPercentiles struct{…}
DNSResponseTimeMs PercentilesOptional
ResourceFetchTimeMs PercentilesOptional
ServerResponseTimeMs PercentilesOptional
type TestStatOverTime struct{…}
Slots []TestStatOverTimeSlot
Timestamp string
Value int64
Avg int64Optional

average observed in the time period.

Max int64Optional

highest observed in the time period.

Min int64Optional

lowest observed in the time period.