userExperienceAnalyticsModelScores resource type

Namespace: microsoft.graph

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

The user experience analytics model scores entity consolidates the various Endpoint Analytics scores.

Methods

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

Properties

Property Type Description
id String The unique identifier of the user experience analytics model score entry. Supports: $select, $OrderBy. Read-only.
model String The model name of the device. Supports: $select, $OrderBy. Read-only.
manufacturer String The manufacturer name of the device. Examples: Microsoft Corporation, HP, Lenovo. Supports: $select, $OrderBy. Read-only.
modelDeviceCount Int64 Indicates unique devices count of given model in a consolidated report. Supports: $select, $OrderBy. Read-only. Valid values -9.22337203685478E+18 to 9.22337203685478E+18
endpointAnalyticsScore Double Indicates a weighted average of the various scores. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
startupPerformanceScore Double Indicates a weighted average of boot score and logon score used for measuring startup performance. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
appReliabilityScore Double Indicates a score calculated from application health data to indicate when a device is having problems running one or more applications. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
workFromAnywhereScore Double Indicates a weighted score of the work from anywhere on a device level. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
batteryHealthScore Double Indicates a calulated score indicating the health of the device's battery. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
healthStatus userExperienceAnalyticsHealthState The health status of the device. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $filter, $select, $OrderBy. Read-only. Possible values are: unknown, insufficientData, needsAttention, meetingGoals, unknownFutureValue.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsModelScores",
  "id": "String (identifier)",
  "model": "String",
  "manufacturer": "String",
  "modelDeviceCount": 1024,
  "endpointAnalyticsScore": "4.2",
  "startupPerformanceScore": "4.2",
  "appReliabilityScore": "4.2",
  "workFromAnywhereScore": "4.2",
  "batteryHealthScore": "4.2",
  "healthStatus": "String"
}