Skip to content
Start here

Commands

List account commands
client.ZeroTrust.DEX.Commands.List(ctx, params) (*V4PagePagination[DEXCommandListResponse], error)
GET/accounts/{account_id}/dex/commands
Create account commands
client.ZeroTrust.DEX.Commands.New(ctx, params) (*DEXCommandNewResponse, error)
POST/accounts/{account_id}/dex/commands

CommandsDevices

List devices eligible for remote captures
client.ZeroTrust.DEX.Commands.Devices.List(ctx, params) (*V4PagePagination[DEXCommandDeviceListResponse], error)
GET/accounts/{account_id}/dex/commands/devices

CommandsDownloads

Download command output file
client.ZeroTrust.DEX.Commands.Downloads.Get(ctx, commandID, filename, query) (*Response, error)
GET/accounts/{account_id}/dex/commands/{command_id}/downloads/{filename}

CommandsQuota

Returns account commands usage, quota, and reset time
client.ZeroTrust.DEX.Commands.Quota.Get(ctx, query) (*DEXCommandQuotaGetResponse, error)
GET/accounts/{account_id}/dex/commands/quota