Skip to content
Start here

WARP Change Events

List WARP change events.
client.zeroTrust.dex.warpChangeEvents.get(WARPChangeEventGetParams { account_id, from, page, 7 more } params, RequestOptionsoptions?): WARPChangeEventGetResponse { , }
GET/accounts/{account_id}/dex/warp-change-events
ModelsExpand Collapse
WARPChangeEventGetResponse = Array<DigitalExperienceMonitoringWARPToggleChangeEvent { account_name, account_tag, device_id, 7 more } | DigitalExperienceMonitoringWARPConfigChangeEvent { device_id, device_registration, from, 6 more } >
One of the following:
DigitalExperienceMonitoringWARPToggleChangeEvent { account_name, account_tag, device_id, 7 more }
account_name?: string

The account name.

account_tag?: string

The public account identifier.

device_id?: string

API Resource UUID tag.

maxLength36
device_registration?: string

API Resource UUID tag.

maxLength36
hostname?: string

The hostname of the machine the event is from

registration_id?: string

API Resource UUID tag.

maxLength36
serial_number?: string

The serial number of the machine the event is from

timestamp?: string

Timestamp in ISO format

toggle?: "on" | "off"

The state of the WARP toggle.

One of the following:
"on"
"off"
user_email?: string

Email tied to the device

DigitalExperienceMonitoringWARPConfigChangeEvent { device_id, device_registration, from, 6 more }
device_id?: string

API Resource UUID tag.

maxLength36
device_registration?: string

API Resource UUID tag.

maxLength36
from?: From { account_name, account_tag, config_name }
account_name?: string

The account name.

account_tag?: string

API Resource UUID tag.

maxLength36
config_name?: string

The name of the WARP configuration.

hostname?: string

The hostname of the machine the event is from

registration_id?: string

API Resource UUID tag.

maxLength36
serial_number?: string

The serial number of the machine the event is from

timestamp?: string

Timestamp in ISO format

to?: To { account_name, account_tag, config_name }
account_name?: string

The account name.

account_tag?: string

API Resource UUID tag.

maxLength36
config_name?: string

The name of the WARP configuration.

user_email?: string

Email tied to the device