mobileAppTroubleshootingAppStateHistory-Ressourcentyp

Namespace: microsoft.graph

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Verlaufselement, das im Problembehandlungsereignis für mobile Apps enthalten ist.

Erbt von mobileAppTroubleshootingHistoryItem

Eigenschaften

Eigenschaft Typ Beschreibung
occurrenceDateTime DateTimeOffset Zeitpunkt, zu dem das Verlaufselement aufgetreten ist. Geerbt von mobileAppTroubleshootingHistoryItem
TroubleshootingErrorDetails deviceManagementTroubleshootingErrorDetails Objekt mit detaillierten Informationen über den Fehler und dessen Behebung. Geerbt von mobileAppTroubleshootingHistoryItem
actionType mobileAppActionType Aktionstyp für Intune-Anwendung. Mögliche Werte: unknown, installCommandSent, installed, uninstalled, userRequestedInstall.
runState runState Status des Elements. Mögliche Werte sind: unknown, success, fail, scriptError, pending und notApplicable.
errorCode String Fehlercode für den Fehler, leer, wenn kein Fehler auftritt.

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@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"
}