| CEF Name | JSON Name | Description | Field Type |
|---|---|---|---|
Timestamp | timestamp | ISO-formatted message timestamp | String |
<CEF header> | schemaVersion | Version of the message | String |
<CEF header> | trigger.triggerType | Trigger of the event:
| String |
triggerTimeUtcMs | trigger.triggerTimeUtcMs | Timestamp of the event in milliseconds Unix time | Integer (64b) |
CustomerId | customer.customerId | Unique identifier for the customer | String |
ParentId | customer.parentId | Identifier of the parent | String |
ResellerId | customer.resellerId | Identifier of the reseller | String |
DeviceId | device.deviceId | Unique identifier for the device | String |
DeviceName | device.deviceName | Name of the device | String |
MDMId | device.mdm.mdmId | Unique identifier for the MDM | String |
LastMDMCheck | device.mdm.lastMdmCheckInUtcMs | Timestamp of the last MDM check-in in milliseconds Unix time | Integer (64b) |
UserId | device.user.id | Unique identifier for the user | String |
UserEmail | device.user.email | Email address of the user | String |
UserName | device.user.name | Name of the user | String |
DeploymentState | device.state.deploymentState | State of deployment | String |
Activated | device.state.activated | Indicates if the device is activated | Boolean |
WiFiActive | device.state.wifiActive | Indicates if Wi-Fi is active on the device | Boolean |
VPNActive | device.state.vpnActive | Indicates if VPN is active on the device | Boolean |
DeviceModel | device.hw.deviceModel | Model of the device | String |
HWPlatform | device.hw.hwPlatform | Hardware platform of the device | String |
Platform | device.hw.platform | Platform of the device | String |
IMEI | device.hw.imei | IMEI number of the device | String |
WiFiMACAddress | device.hw.wifiMacAddress | MAC address of the wifi adapter | String |
OsType | device.os.osType | Type of the operating system | String |
OsVersion | device.os.osVersion | Version of the operating system | String |
AppVersion | device.wanderaApp.version | Version of the Wandera app | String |
| N/A | device.wanderaApp.version | Wandera app mode (only available in schema version 1.1) | String |
ISOCountryCode | device.location.isoCountryCode | ISO country code | String |
CountryName | device.location.countryName | Name of the country | String |
CarrierMCC | device.carrier.mcc | Mobile Country Code | String |
CarrierMNC | device.carrier.mnc | Mobile Network Code | String |
CarrierName | device.carrier.carrierName | Name of the carrier | String |
CarrierISOCountryCode | device.carrier.isoCountryCode | ISO country code ot the carrier | String |
CarrierIP | device.carrier.ipAddress | IP address assigned by the carrier | String |
NetworkSSID | device.network.ssid | SSID of the network | String |
NetworkBSSID | device.network.bssid | BSSID of the network | String |
NetworkAssignedIP | device.network.assignedIp | Assigned IP address | String |
NetworkPublicIP | device.network.publicIp | Public IP address | String |
| N/A | device.profiles | List of MDM profiles | Array of objects |
| N/A | device.profiles[].id | Identifier of the profile | String |
| N/A | device.profiles[].name | Name of the profile | String |
| N/A | device.profiles[].status | Status of the profile | String |
LastUpdated
(ISO-formatted string)
| lastUpdatedUtcMs | Timestamp of the last update in milliseconds Unix time | Integer (64b) |
LastNetworkTraffic (ISO-formatted string) | lastNetworkTrafficUtcMs | Timestamp of the last network traffic in milliseconds Unix time | Integer (64b) |