Microsoft Graph · Schema
microsoft.graph.userExperienceAnalyticsDeviceScores
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores",
"title": "microsoft.graph.userExperienceAnalyticsDeviceScores",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "userExperienceAnalyticsDeviceScores",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"appReliabilityScore": {
"oneOf": [
{
"type": "number",
"format": "double",
"nullable": true
},
{
"type": "string",
"nullable": true
},
{
"$ref": "#/components/schemas/ReferenceNumeric"
}
],
"description": "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"
},
"batteryHealthScore": {
"oneOf": [
{
"type": "number",
"format": "double",
"nullable": true
},
{
"type": "string",
"nullable": true
},
{
"$ref": "#/components/schemas/ReferenceNumeric"
}
],
"description": "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"
},
"deviceName": {
"type": "string",
"description": "The name of the device. Supports: $select, $OrderBy. Read-only.",
"nullable": true
},
"endpointAnalyticsScore": {
"oneOf": [
{
"type": "number",
"format": "double",
"nullable": true
},
{
"type": "string",
"nullable": true
},
{
"$ref": "#/components/schemas/ReferenceNumeric"
}
],
"description": "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"
},
"healthStatus": {
"$ref": "#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState"
},
"manufacturer": {
"type": "string",
"description": "The manufacturer name of the device. Examples: Microsoft Corporation, HP, Lenovo. Supports: $select, $OrderBy. Read-only.",
"nullable": true
},
"model": {
"type": "string",
"description": "The model name of the device. Supports: $select, $OrderBy. Read-only.",
"nullable": true
},
"startupPerformanceScore": {
"oneOf": [
{
"type": "number",
"format": "double",
"nullable": true
},
{
"type": "string",
"nullable": true
},
{
"$ref": "#/components/schemas/ReferenceNumeric"
}
],
"description": "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"
},
"workFromAnywhereScore": {
"oneOf": [
{
"type": "number",
"format": "double",
"nullable": true
},
{
"type": "string",
"nullable": true
},
{
"$ref": "#/components/schemas/ReferenceNumeric"
}
],
"description": "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"
},
"@odata.type": {
"type": "string"
}
},
"description": "The user experience analytics device scores entity consolidates the various Endpoint Analytics scores."
}
],
"x-ms-discriminator-value": "#microsoft.graph.userExperienceAnalyticsDeviceScores"
}