deviceManagementTroubleshootingEvent resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Event representing an general failure.
Methods
Method | Return Type | Description |
---|---|---|
List deviceManagementTroubleshootingEvents | deviceManagementTroubleshootingEvent collection | List properties and relationships of the deviceManagementTroubleshootingEvent objects. |
Get deviceManagementTroubleshootingEvent | deviceManagementTroubleshootingEvent | Read properties and relationships of the deviceManagementTroubleshootingEvent object. |
Create deviceManagementTroubleshootingEvent | deviceManagementTroubleshootingEvent | Create a new deviceManagementTroubleshootingEvent object. |
Delete deviceManagementTroubleshootingEvent | None | Deletes a deviceManagementTroubleshootingEvent. |
Update deviceManagementTroubleshootingEvent | deviceManagementTroubleshootingEvent | Update the properties of a deviceManagementTroubleshootingEvent object. |
Properties
Property | Type | Description |
---|---|---|
id | String | UUID for the object |
eventDateTime | DateTimeOffset | Time when the event occurred . |
correlationId | String | Id used for tracing the failure in the service. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementTroubleshootingEvent",
"id": "String (identifier)",
"eventDateTime": "String (timestamp)",
"correlationId": "String"
}