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 { account_name, account_tag, device_id, 7 more } or { device_id, device_registration, from, 6 more }
One of the following:
DigitalExperienceMonitoringWARPToggleChangeEvent { 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

API Resource UUID tag.

maxLength36
device_registration: optional string

API Resource UUID tag.

maxLength36
hostname: optional string

The hostname of the machine the event is from

registration_id: optional string

API Resource UUID tag.

maxLength36
serial_number: optional string

The serial number of the machine the event is from

timestamp: optional string

Timestamp in ISO format

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 { device_id, device_registration, from, 6 more }
device_id: optional string

API Resource UUID tag.

maxLength36
device_registration: optional string

API Resource UUID tag.

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

The account name.

account_tag: optional string

API Resource UUID tag.

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

API Resource UUID tag.

maxLength36
serial_number: optional string

The serial number of the machine the event is from

timestamp: optional string

Timestamp in ISO format

to: optional { account_name, account_tag, config_name }
account_name: optional string

The account name.

account_tag: optional string

API Resource UUID tag.

maxLength36
config_name: optional string

The name of the WARP configuration.

user_email: optional string

Email tied to the device