Skip to content
Start here

DEX Tests

List Device DEX tests
GET/accounts/{account_id}/dex/devices/dex_tests
Get Device DEX test
GET/accounts/{account_id}/dex/devices/dex_tests/{dex_test_id}
Create Device DEX test
POST/accounts/{account_id}/dex/devices/dex_tests
Update Device DEX test
PUT/accounts/{account_id}/dex/devices/dex_tests/{dex_test_id}
Delete Device DEX test
DELETE/accounts/{account_id}/dex/devices/dex_tests/{dex_test_id}
ModelsExpand Collapse
SchemaData object { host, kind, method }

The configuration object which contains the details for the WARP client to conduct the test.

host: string

The desired endpoint to test.

kind: "http" or "traceroute"

The type of test.

One of the following:
"http"
"traceroute"
method: optional "GET"

The HTTP request method type.

SchemaHTTP object { data, enabled, interval, 7 more }
data: SchemaData { host, kind, method }

The configuration object which contains the details for the WARP client to conduct the test.

enabled: boolean

Determines whether or not the test is active.

interval: string

How often the test will run.

name: string

The name of the DEX test. Must be unique.

created: optional string

Date the test was created, in RFC 3339 format.

formatdate-time
description: optional string

Additional details about the test.

target_policies: optional array of object { id, default, name }

DEX rules targeted by this test

id: string

The id of the DEX rule.

maxLength36
default: optional boolean

Whether the DEX rule is the account default.

name: optional string

The name of the DEX rule.

targeted: optional boolean
test_id: optional string

The unique identifier for the test.

maxLength32
updated: optional string

Date the test was last updated, in RFC 3339 format.

formatdate-time
DEXTestDeleteResponse object { dex_tests }
dex_tests: optional array of SchemaHTTP { data, enabled, interval, 7 more }
data: SchemaData { host, kind, method }

The configuration object which contains the details for the WARP client to conduct the test.

enabled: boolean

Determines whether or not the test is active.

interval: string

How often the test will run.

name: string

The name of the DEX test. Must be unique.

created: optional string

Date the test was created, in RFC 3339 format.

formatdate-time
description: optional string

Additional details about the test.

target_policies: optional array of object { id, default, name }

DEX rules targeted by this test

id: string

The id of the DEX rule.

maxLength36
default: optional boolean

Whether the DEX rule is the account default.

name: optional string

The name of the DEX rule.

targeted: optional boolean
test_id: optional string

The unique identifier for the test.

maxLength32
updated: optional string

Date the test was last updated, in RFC 3339 format.

formatdate-time