Skip to content
Start here

WARP Change Events

List WARP change events.
GET/accounts/{account_id}/dex/warp-change-events
ModelsExpand Collapse
WARPChangeEventGetResponse = array of object { account_name, account_tag, device_id, 7 more } or object { device_id, device_registration, from, 6 more }
One of the following:
DigitalExperienceMonitoringWARPToggleChangeEvent object { account_name, account_tag, device_id, 7 more }
account_name: optional string

The account name.

account_tag: optional string

The public account identifier.

device_id: optional string

The device ID.

maxLength36
Deprecateddevice_registration: optional string

Use registration_id instead.

Deprecated: use registration_id. The device registration ID.

maxLength36
hostname: optional string

The hostname of the machine the event is from.

registration_id: optional string

The device registration ID.

maxLength36
serial_number: optional string

The serial number of the machine the event is from.

timestamp: optional string

The event time.

formatdate-time
toggle: optional "on" or "off"

The state of the WARP toggle.

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

Email tied to the device.

DigitalExperienceMonitoringWARPConfigChangeEvent object { device_id, device_registration, from, 6 more }
device_id: optional string

The device ID.

maxLength36
Deprecateddevice_registration: optional string

Use registration_id instead.

Deprecated: use registration_id. The device registration ID.

maxLength36
from: optional object { account_name, account_tag, config_name }

The details for the WARP configuration that was switched from.

account_name: optional string

The account name.

account_tag: optional string

The public account identifier.

maxLength36
config_name: optional string

The name of the WARP configuration.

hostname: optional string

The hostname of the machine the event is from.

registration_id: optional string

The device registration ID.

maxLength36
serial_number: optional string

The serial number of the machine the event is from.

timestamp: optional string

The event time.

formatdate-time
to: optional object { account_name, account_tag, config_name }

The details for the WARP configuration that was switched to.

account_name: optional string

The account name.

account_tag: optional string

The public account identifier.

maxLength36
config_name: optional string

The name of the WARP configuration.

user_email: optional string

Email tied to the device.