reportRoot 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 resource that represents an instance of a device or troubleshooting report, depending on context.

Methods

Method Return Type Description
Get reportRoot Read properties and relationships of the reportRoot object.
Update reportRoot Update the properties of a reportRoot object.
Device configuration
deviceConfigurationUserActivity function Metadata for the device configuration user activity report
deviceConfigurationDeviceActivity function Metadata for the device configuration device activity report
Troubleshooting
managedDeviceEnrollmentAbandonmentDetails function report Metadata for Enrollment abandonment details report
managedDeviceEnrollmentAbandonmentSummary function report Metadata for Enrollment abandonment summary report
managedDeviceEnrollmentFailureDetails function
managedDeviceEnrollmentFailureTrends function Metadata for the enrollment failure trends report
managedDeviceEnrollmentTopFailures function

Properties

Property Type Description
id String The unique identifier for this entity.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.reportRoot",
  "id": "String (identifier)"
}