[comment]: # translation:outdated

[comment]: # ({b0fc57cf-17fc79cd})
# > Object problème

::: noteclassic
Les problèmes sont créés par le serveur Zabbix et ne peuvent
pas être modifiés via l'API.
:::

Les objets suivants sont directement liés à l'API `problem`.

[comment]: # ({/b0fc57cf-17fc79cd})

[comment]: # ({new-fc5423f3})
### Problem

::: noteclassic
Problems are created by the Zabbix server and cannot be
modified via the API.
:::

The problem object has the following properties.

|Property|Type|Description|
|--------|----|-----------|
|eventid|string|ID of the problem event.|
|source|integer|Type of the problem event.<br><br>Possible values:<br>0 - event created by a trigger;<br>3 - internal event.|
|object|integer|Type of object that is related to the problem event.<br><br>Possible values for trigger events:<br>0 - trigger.<br><br>Possible values for internal events:<br>0 - trigger;<br>4 - item;<br>5 - LLD rule.|
|objectid|string|ID of the related object.|
|clock|timestamp|Time when the problem event was created.|
|ns|integer|Nanoseconds when the problem event was created.|
|r\_eventid|string|Recovery event ID.|
|r\_clock|timestamp|Time when the recovery event was created.|
|r\_ns|integer|Nanoseconds when the recovery event was created.|
|correlationid|string|Correlation rule ID if this event was recovered by global correlation rule.|
|userid|string|User ID if the problem was manually closed.|
|name|string|Resolved problem name.|
|acknowledged|integer|Acknowledge state for problem.<br><br>Possible values:<br>0 - not acknowledged;<br>1 - acknowledged.|
|severity|integer|Problem current severity.<br><br>Possible values:<br>0 - not classified;<br>1 - information;<br>2 - warning;<br>3 - average;<br>4 - high;<br>5 - disaster.|
|suppressed|integer|Whether the problem is suppressed.<br><br>Possible values:<br>0 - problem is in normal state;<br>1 - problem is suppressed.|

[comment]: # ({/new-fc5423f3})

[comment]: # ({9b8e18aa-ddea0bf8})
### Problème

L'objet problème a les propriétés suivantes.

|Propriété|Type|Description|
|-----------|----|-----------|
|eventid|string|ID de l'événement problématique.|
|source|integer|Type de l'événement problématique.<br><br>Valeurs possibles :<br>0 - événement créé par un déclencheur ;<br>3 - événement interne.|
|object|integer|Type d'objet lié à l'événement problématique.<br><br>Valeurs possibles pour les événements déclencheurs :<br>0 - déclencheur.<br><br>Valeurs possibles pour les événements internes :<br>0 - déclencheur ;<br>4 - élément ;<br>5 - règle de découverte bas niveau.|
|objectid|string|ID de l'objet associé.|
|clock|timestamp|Heure à laquelle l'événement posant problème a été créé.|
|ns|integer|Nanosecondes de l'événement posant problème a été créé.|
|r\_eventid|string|ID de l'événement de récupération.|
|r\_clock|timestamp|Heure à laquelle l'événement de récupération a été créé.|
|r\_ns|integer|Nanosecondes de la création de l'événement de récupération.|
|correlationid|string|ID de la règle de corrélation si cet événement a été récupéré par la règle de corrélation globale.|
|userid|string|ID utilisateur si le problème a été fermé manuellement.|
|name|string|Nom du problème résolu.|
|acknowledged|integer|État d'acquittement du problème.<br><br>Valeurs possibles :<br>0 - non acquitté ;<br>1 - acquitté.|
|severity|integer|Sévérité actuelle du problème.<br><br>Valeurs possibles :<br>0 - non classé ;<br>1 - information ;<br>2 - avertissement ;<br>3 - moyen ;<br>4 - haut ;<br>5 - désastre.|
|suppressed|integer|Si le problème est supprimé ou non.<br><br>Valeurs possibles :<br>0 - le problème est à l'état normal ;<br>1 - le problème est supprimé.|

### Tag de problème

L'objet tag de problème a les propriétés suivantes.

|Propriété|Type|Description|
|-----------|----|-----------|
|tag|string|Nom du tag de problème|
|value|string|Valeur du tag de problème|

[comment]: # ({/9b8e18aa-ddea0bf8})
