userExperienceAnalyticsOverview resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
The user experience analytics overview entity contains the overall score and the scores and insights of every metric of all categories.
Methods
Method | Return Type | Description |
---|---|---|
Get userExperienceAnalyticsOverview | userExperienceAnalyticsOverview | Read properties and relationships of the userExperienceAnalyticsOverview object. |
Update userExperienceAnalyticsOverview | userExperienceAnalyticsOverview | Update the properties of a userExperienceAnalyticsOverview object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier of the user experience analytics overview. Supports: $select, $OrderBy. Read-only. |
overallScore | Int32 | The user experience analytics overall score. |
deviceBootPerformanceOverallScore | Int32 | The user experience analytics device boot performance overall score. |
bestPracticesOverallScore | Int32 | The user experience analytics best practices overall score. |
workFromAnywhereOverallScore | Int32 | The user experience analytics Work From Anywhere overall score. |
appHealthOverallScore | Int32 | The user experience analytics app health overall score. |
resourcePerformanceOverallScore | Int32 | The user experience analytics resource performance overall score. |
batteryHealthOverallScore | Int32 | The user experience analytics battery health overall score. |
insights | userExperienceAnalyticsInsight collection | The user experience analytics insights. Read-only. |
state | userExperienceAnalyticsHealthState | The current health state of the user experience analytics overview. Possible values are: unknown , insufficientData , needsAttention , meetingGoals , unknownFutureValue . |
deviceBootPerformanceHealthState | userExperienceAnalyticsHealthState | The current health state of the user experience analytics 'BootPerformance' category. Possible values are: unknown , insufficientData , needsAttention , meetingGoals , unknownFutureValue . |
bestPracticesHealthState | userExperienceAnalyticsHealthState | The current health state of the user experience analytics 'BestPractices' category. Possible values are: unknown , insufficientData , needsAttention , meetingGoals , unknownFutureValue . |
workFromAnywhereHealthState | userExperienceAnalyticsHealthState | The current health state of the user experience analytics 'WorkFromAnywhere' category. Possible values are: unknown , insufficientData , needsAttention , meetingGoals , unknownFutureValue . |
appHealthState | userExperienceAnalyticsHealthState | The current health state of the user experience analytics 'BestPractices' category. Possible values are: unknown , insufficientData , needsAttention , meetingGoals , unknownFutureValue . |
resourcePerformanceHealthState | userExperienceAnalyticsHealthState | The current health state of the user experience analytics 'ResourcePerformance' category. Possible values are: unknown , insufficientData , needsAttention , meetingGoals , unknownFutureValue . |
batteryHealthState | userExperienceAnalyticsHealthState | The current health state of the user experience analytics 'BatteryHealth' category. Possible values are: unknown , insufficientData , needsAttention , meetingGoals , unknownFutureValue . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsOverview",
"id": "String (identifier)",
"overallScore": 1024,
"deviceBootPerformanceOverallScore": 1024,
"bestPracticesOverallScore": 1024,
"workFromAnywhereOverallScore": 1024,
"appHealthOverallScore": 1024,
"resourcePerformanceOverallScore": 1024,
"batteryHealthOverallScore": 1024,
"insights": [
{
"@odata.type": "microsoft.graph.userExperienceAnalyticsInsight",
"userExperienceAnalyticsMetricId": "String",
"insightId": "String",
"values": [
{
"@odata.type": "microsoft.graph.insightValueDouble",
"value": "4.2"
}
],
"severity": "String"
}
],
"state": "String",
"deviceBootPerformanceHealthState": "String",
"bestPracticesHealthState": "String",
"workFromAnywhereHealthState": "String",
"appHealthState": "String",
"resourcePerformanceHealthState": "String",
"batteryHealthState": "String"
}