userExperienceAnalyticsDeviceTimelineEvents resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

The user experience analytics device events entity contains NRT device events details.

Methods

Method Return Type Description
List userExperienceAnalyticsDeviceTimelineEventses userExperienceAnalyticsDeviceTimelineEvents collection List properties and relationships of the userExperienceAnalyticsDeviceTimelineEvents objects.
Get userExperienceAnalyticsDeviceTimelineEvents userExperienceAnalyticsDeviceTimelineEvents Read properties and relationships of the userExperienceAnalyticsDeviceTimelineEvents object.
Create userExperienceAnalyticsDeviceTimelineEvents userExperienceAnalyticsDeviceTimelineEvents Create a new userExperienceAnalyticsDeviceTimelineEvents object.
Delete userExperienceAnalyticsDeviceTimelineEvents None Deletes a userExperienceAnalyticsDeviceTimelineEvents.
Update userExperienceAnalyticsDeviceTimelineEvents userExperienceAnalyticsDeviceTimelineEvents Update the properties of a userExperienceAnalyticsDeviceTimelineEvents object.

Properties

Property Type Description
id String The unique identifier of the user experience analytics NRT device timeline events object.
deviceId String The id of the device where the event occurred.
eventDateTime DateTimeOffset The time the event occured.
eventLevel deviceEventLevel The severity level of the event enum. Possible values are: none, verbose, information, warning, error ,critical. Default value: none. Possible values are: none, verbose, information, warning, error, critical, unknownFutureValue.
eventSource String The source of the event. Examples include: Intune, Sccm.
eventName String The name of the event. Examples include: BootEvent, LogonEvent, AppCrashEvent, AppHangEvent.
eventDetails String The details provided by the event, format depends on event type.
eventAdditionalInformation String Placeholder value for future expansion.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsDeviceTimelineEvents",
  "id": "String (identifier)",
  "deviceId": "String",
  "eventDateTime": "String (timestamp)",
  "eventLevel": "String",
  "eventSource": "String",
  "eventName": "String",
  "eventDetails": "String",
  "eventAdditionalInformation": "String"
}