Microsoft Graph · Schema

microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphuserexperienceanalyticsapphealthosversionperfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance",
  "title": "microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "userExperienceAnalyticsAppHealthOSVersionPerformance",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "activeDeviceCount": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "The number of active devices for the OS version. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647",
          "format": "int32"
        },
        "meanTimeToFailureInMinutes": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "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",
          "format": "int32"
        },
        "osBuildNumber": {
          "type": "string",
          "description": "The OS build number installed on the device. Supports: $select, $OrderBy. Read-only.",
          "nullable": true
        },
        "osVersion": {
          "type": "string",
          "description": "The OS version installed on the device. Supports: $select, $OrderBy. Read-only.",
          "nullable": true
        },
        "osVersionAppHealthScore": {
          "oneOf": [
            {
              "type": "number",
              "format": "double",
              "nullable": true
            },
            {
              "type": "string",
              "nullable": true
            },
            {
              "$ref": "#/components/schemas/ReferenceNumeric"
            }
          ],
          "description": "The application health score of the OS version. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "description": "The user experience analytics device OS version performance entity contains OS version performance details."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance"
}