DEX
DEXWARP Change Events
List WARP change events.
zero_trust.dex.warp_change_events.get(WARPChangeEventGetParams**kwargs) -> WARPChangeEventGetResponse
GET/accounts/{account_id}/dex/warp-change-events
DEXCommands
List account commands
zero_trust.dex.commands.list(CommandListParams**kwargs) -> SyncV4PagePagination[Optional[CommandListResponse]]
GET/accounts/{account_id}/dex/commands
Create account commands
zero_trust.dex.commands.create(CommandCreateParams**kwargs) -> CommandCreateResponse
POST/accounts/{account_id}/dex/commands
DEXCommandsDevices
List devices eligible for remote captures
zero_trust.dex.commands.devices.list(DeviceListParams**kwargs) -> SyncV4PagePagination[Optional[DeviceListResponse]]
GET/accounts/{account_id}/dex/commands/devices
DEXCommandsDownloads
Download command output file
zero_trust.dex.commands.downloads.get(strfilename, DownloadGetParams**kwargs) -> BinaryResponseContent
GET/accounts/{account_id}/dex/commands/{command_id}/downloads/{filename}
DEXCommandsQuota
Returns account commands usage, quota, and reset time
zero_trust.dex.commands.quota.get(QuotaGetParams**kwargs) -> QuotaGetResponse
GET/accounts/{account_id}/dex/commands/quota
DEXColos
List Cloudflare colos
zero_trust.dex.colos.list(ColoListParams**kwargs) -> SyncSinglePage[ColoListResponse]
GET/accounts/{account_id}/dex/colos
DEXFleet Status
List fleet status details by dimension
zero_trust.dex.fleet_status.live(FleetStatusLiveParams**kwargs) -> FleetStatusLiveResponse
GET/accounts/{account_id}/dex/fleet-status/live
List fleet status aggregate details by dimension
zero_trust.dex.fleet_status.over_time(FleetStatusOverTimeParams**kwargs) -> FleetStatusOverTimeResponse
GET/accounts/{account_id}/dex/fleet-status/over-time
DEXFleet StatusDevices
List fleet status devices
zero_trust.dex.fleet_status.devices.list(DeviceListParams**kwargs) -> SyncV4PagePaginationArray[DeviceListResponse]
GET/accounts/{account_id}/dex/fleet-status/devices
DEXHTTP Tests
Get details and aggregate metrics for an http test
zero_trust.dex.http_tests.get(strtest_id, HTTPTestGetParams**kwargs) -> HTTPDetails
GET/accounts/{account_id}/dex/http-tests/{test_id}
DEXHTTP TestsPercentiles
Get percentiles for an http test
zero_trust.dex.http_tests.percentiles.get(strtest_id, PercentileGetParams**kwargs) -> HTTPDetailsPercentiles
GET/accounts/{account_id}/dex/http-tests/{test_id}/percentiles
DEXTests
List DEX test analytics
zero_trust.dex.tests.list(TestListParams**kwargs) -> SyncV4PagePagination[Optional[Tests]]
GET/accounts/{account_id}/dex/tests/overview
DEXTestsUnique Devices
Get count of devices targeted
zero_trust.dex.tests.unique_devices.list(UniqueDeviceListParams**kwargs) -> UniqueDevices
GET/accounts/{account_id}/dex/tests/unique-devices
DEXTraceroute Test Results
DEXTraceroute Test ResultsNetwork 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
DEXTraceroute Tests
Get details and aggregate metrics for a traceroute test
zero_trust.dex.traceroute_tests.get(strtest_id, TracerouteTestGetParams**kwargs) -> Traceroute
GET/accounts/{account_id}/dex/traceroute-tests/{test_id}
Get percentiles for a traceroute test
zero_trust.dex.traceroute_tests.percentiles(strtest_id, TracerouteTestPercentilesParams**kwargs) -> TracerouteTestPercentilesResponse
GET/accounts/{account_id}/dex/traceroute-tests/{test_id}/percentiles
Get network path breakdown for a traceroute test
zero_trust.dex.traceroute_tests.network_path(strtest_id, TracerouteTestNetworkPathParams**kwargs) -> NetworkPathResponse
GET/accounts/{account_id}/dex/traceroute-tests/{test_id}/network-path
DEXRules
Get DEX Rule
zero_trust.dex.rules.get(strrule_id, RuleGetParams**kwargs) -> RuleGetResponse
GET/accounts/{account_id}/dex/rules/{rule_id}
Delete a DEX Rule
zero_trust.dex.rules.delete(strrule_id, RuleDeleteParams**kwargs) -> RuleDeleteResponse
DELETE/accounts/{account_id}/dex/rules/{rule_id}
Update a DEX Rule
zero_trust.dex.rules.update(strrule_id, RuleUpdateParams**kwargs) -> RuleUpdateResponse
PATCH/accounts/{account_id}/dex/rules/{rule_id}
Create a DEX Rule
zero_trust.dex.rules.create(RuleCreateParams**kwargs) -> RuleCreateResponse
POST/accounts/{account_id}/dex/rules
List DEX Rules
zero_trust.dex.rules.list(RuleListParams**kwargs) -> SyncV4PagePagination[Optional[RuleListResponse]]
GET/accounts/{account_id}/dex/rules