userExperienceAnalyticsBaseline resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
The user experience analytics baseline entity contains baseline values against which to compare the user experience analytics scores.
Methods
Method | Return Type | Description |
---|---|---|
List userExperienceAnalyticsBaselines | userExperienceAnalyticsBaseline collection | List properties and relationships of the userExperienceAnalyticsBaseline objects. |
Get userExperienceAnalyticsBaseline | userExperienceAnalyticsBaseline | Read properties and relationships of the userExperienceAnalyticsBaseline object. |
Create userExperienceAnalyticsBaseline | userExperienceAnalyticsBaseline | Create a new userExperienceAnalyticsBaseline object. |
Delete userExperienceAnalyticsBaseline | None | Deletes a userExperienceAnalyticsBaseline. |
Update userExperienceAnalyticsBaseline | userExperienceAnalyticsBaseline | Update the properties of a userExperienceAnalyticsBaseline object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier of the user experience analytics baseline. |
displayName | String | The name of the baseline. |
overallScore | Int32 | The overall score of the user experience analytics baseline. |
isBuiltIn | Boolean | When TRUE, indicates the current baseline is the commercial median baseline. When FALSE, indicates it is a custom baseline. FALSE by default. |
createdDateTime | DateTimeOffset | The date the custom baseline was created. The value cannot be modified and is automatically populated when the baseline is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. |
Relationships
Relationship | Type | Description |
---|---|---|
deviceBootPerformanceMetrics | userExperienceAnalyticsCategory | The scores and insights for the device boot performance metrics. |
bestPracticesMetrics | userExperienceAnalyticsCategory | The scores and insights for the best practices metrics. |
rebootAnalyticsMetrics | userExperienceAnalyticsCategory | The scores and insights for the reboot analytics metrics. |
resourcePerformanceMetrics | userExperienceAnalyticsCategory | The scores and insights for the resource performance metrics. |
appHealthMetrics | userExperienceAnalyticsCategory | The scores and insights for the application health metrics. |
workFromAnywhereMetrics | userExperienceAnalyticsCategory | The scores and insights for the work from anywhere metrics. |
batteryHealthMetrics | userExperienceAnalyticsCategory | The scores and insights for the battery health metrics. |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsBaseline",
"id": "String (identifier)",
"displayName": "String",
"overallScore": 1024,
"isBuiltIn": true,
"createdDateTime": "String (timestamp)"
}