mobileAppTroubleshootingAppStateHistory resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

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

History Item contained in the Mobile App Troubleshooting Event.

Inherits from mobileAppTroubleshootingHistoryItem

Properties

Property Type Description
occurrenceDateTime DateTimeOffset Time when the history item occurred. Inherited from mobileAppTroubleshootingHistoryItem
troubleshootingErrorDetails deviceManagementTroubleshootingErrorDetails Object containing detailed information about the error and its remediation. Inherited from mobileAppTroubleshootingHistoryItem
actionType mobileAppActionType Action type for Intune Application. Possible values are: unknown, installCommandSent, installed, uninstalled, userRequestedInstall.
runState runState Status of the item. Possible values are: unknown, success, fail, scriptError, pending, notApplicable.
errorCode String Error code for the failure, empty if no failure.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.mobileAppTroubleshootingAppStateHistory",
  "occurrenceDateTime": "String (timestamp)",
  "troubleshootingErrorDetails": {
    "@odata.type": "microsoft.graph.deviceManagementTroubleshootingErrorDetails",
    "context": "String",
    "failure": "String",
    "failureDetails": "String",
    "remediation": "String",
    "resources": [
      {
        "@odata.type": "microsoft.graph.deviceManagementTroubleshootingErrorResource",
        "text": "String",
        "link": "String"
      }
    ]
  },
  "actionType": "String",
  "runState": "String",
  "errorCode": "String"
}