userExperienceAnalyticsAppHealthDevicePerformance resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
The user experience analytics device performance entity contains device performance details.
Methods
Method | Return Type | Description |
---|---|---|
List userExperienceAnalyticsAppHealthDevicePerformances | userExperienceAnalyticsAppHealthDevicePerformance collection | List properties and relationships of the userExperienceAnalyticsAppHealthDevicePerformance objects. |
Get userExperienceAnalyticsAppHealthDevicePerformance | userExperienceAnalyticsAppHealthDevicePerformance | Read properties and relationships of the userExperienceAnalyticsAppHealthDevicePerformance object. |
Create userExperienceAnalyticsAppHealthDevicePerformance | userExperienceAnalyticsAppHealthDevicePerformance | Create a new userExperienceAnalyticsAppHealthDevicePerformance object. |
Delete userExperienceAnalyticsAppHealthDevicePerformance | None | Deletes a userExperienceAnalyticsAppHealthDevicePerformance. |
Update userExperienceAnalyticsAppHealthDevicePerformance | userExperienceAnalyticsAppHealthDevicePerformance | Update the properties of a userExperienceAnalyticsAppHealthDevicePerformance object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier of the user experience analytics device performance object. Supports: $select, $OrderBy. Read-only. |
deviceModel | String | The model name of the device. Supports: $select, $OrderBy. Read-only. |
deviceManufacturer | String | The manufacturer name of the device. Supports: $select, $OrderBy. Read-only. |
appCrashCount | Int32 | The number of application crashes for the device. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647 |
crashedAppCount | Int32 | The number of distinct application crashes for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647 |
appHangCount | Int32 | The number of application hangs for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647 |
processedDateTime | DateTimeOffset | The date and time when the statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. 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, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only. |
meanTimeToFailureInMinutes | Int32 | The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647 |
deviceAppHealthScore | Double | The application health score of the device. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 |
deviceAppHealthStatus | String | The overall app health status of the device. |
healthStatus | userExperienceAnalyticsHealthState | The health state of the user experience analytics 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 . |
deviceId | String | The Intune device id of the device. Supports: $select, $OrderBy. Read-only. |
deviceDisplayName | String | The name of the device. Supports: $select, $OrderBy. Read-only. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance",
"id": "String (identifier)",
"deviceModel": "String",
"deviceManufacturer": "String",
"appCrashCount": 1024,
"crashedAppCount": 1024,
"appHangCount": 1024,
"processedDateTime": "String (timestamp)",
"meanTimeToFailureInMinutes": 1024,
"deviceAppHealthScore": "4.2",
"deviceAppHealthStatus": "String",
"healthStatus": "String",
"deviceId": "String",
"deviceDisplayName": "String"
}