Type de ressource mobileAppTroubleshootingEvent
Espace de noms: microsoft.graph
Important: Les API Microsoft Graph sous la version /beta sont susceptibles d’être modifiées ; l’utilisation de production n’est pas prise en charge.
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Événement représentant l’état d’installation d’une application d’appareil pour la gestion des appareils et la résolution des problèmes des workflows d’événements.
Méthodes
Méthode | Type renvoyé | Description |
---|---|---|
Répertorier mobileAppTroubleshootingEvents | Collection mobileAppTroubleshootingEvent | Répertorie les propriétés et les relations des objets mobileAppTroubleshootingEvent . |
Get mobileAppTroubleshootingEvent | mobileAppTroubleshootingEvent | Lit les propriétés et les relations de l’objet mobileAppTroubleshootingEvent . |
Créer mobileAppTroubleshootingEvent | mobileAppTroubleshootingEvent | Créez un objet mobileAppTroubleshootingEvent . |
Supprimer mobileAppTroubleshootingEvent | Aucune | Supprime un mobileAppTroubleshootingEvent. |
Mettre à jour mobileAppTroubleshootingEvent | mobileAppTroubleshootingEvent | Mettez à jour les propriétés d’un objet mobileAppTroubleshootingEvent . |
Propriétés
Propriété | Type | Description |
---|---|---|
id | Chaîne | UUID pour l’objet . |
Résolution des problèmes | ||
additionalInformation | Collection keyValuePair | Ensemble de paires clé de chaîne et valeur de chaîne qui fournit des informations supplémentaires sur l’événement Troubleshooting Inherited from deviceManagementTroubleshootingEvent |
applicationId | Chaîne | Identificateur d’application Intune. |
correlationId | String | ID utilisé pour le suivi de l’échec dans le service. |
eventDateTime | DateTimeOffset | Heure où l’événement s’est produit. |
eventName | Chaîne | Nom de l’événement correspondant à l’événement de résolution des problèmes. Facultatif |
histoire | collection mobileAppTroubleshootingHistoryItem | Élément d’historique de résolution des problèmes des applications mobiles Intune |
managedDeviceIdentifier | String | Identificateur d’appareil créé ou collecté par Intune. |
troubleshootingErrorDetails | deviceManagementTroubleshootingErrorDetails | Objet contenant des informations détaillées sur l’erreur et sa correction. Hérité de deviceManagementTroubleshootingEvent |
userId | String | Identificateur pour l’utilisateur qui tente d’inscrire l’appareil. |
Relations
Relation | Type | Description |
---|---|---|
Gestion des appareils | ||
appLogCollectionRequests | collection appLogCollectionRequest | Propriété de collection d’AppLogUploadRequest. |
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.mobileAppTroubleshootingEvent",
"id": "String (identifier)",
"eventDateTime": "String (timestamp)",
"correlationId": "String",
"troubleshootingErrorDetails": {
"@odata.type": "microsoft.graph.deviceManagementTroubleshootingErrorDetails",
"context": "String",
"failure": "String",
"failureDetails": "String",
"remediation": "String",
"resources": [
{
"@odata.type": "microsoft.graph.deviceManagementTroubleshootingErrorResource",
"text": "String",
"link": "String"
}
]
},
"eventName": "String",
"additionalInformation": [
{
"@odata.type": "microsoft.graph.keyValuePair",
"name": "String",
"value": "String"
}
],
"managedDeviceIdentifier": "String",
"userId": "String",
"applicationId": "String",
"history": [
{
"@odata.type": "microsoft.graph.mobileAppTroubleshootingHistoryItem",
"occurrenceDateTime": "String (timestamp)"
}
]
}