[comment]: # ({37570a49-78c844bd})
# Annexe 2. Modifications de la version 7.4 à la version 8.0

[comment]: # ({/37570a49-78c844bd})

[comment]: # ({b7a15027-31b2151e})
## Changements incompatibles

[comment]: # ({/b7a15027-31b2151e})

[comment]: # ({6486217a-194ab43f})
#### historique

[ZBXNEXT-10069](https://support.zabbix.com/browse/ZBXNEXT-10069) Ajout du nouveau paramètre `maxValueSize` à la méthode [history.get](/manual/api/reference/history/get). Si vous demandez des données pour des éléments avec une valeur binaire (`history=5`), définissez `maxValueSize` sur `null` ; sinon, `history.get` renverra la valeur de l’élément tronquée à 64 Kio.

[comment]: # ({/6486217a-194ab43f})

[comment]: # ({877d8259-576597dd})
#### hôte

[ZBXNEXT-10387](https://support.zabbix.com/browse/ZBXNEXT-10387) `host.massupdate` : méthode supprimée. Veuillez utiliser `host.update` à la place.

[comment]: # ({/877d8259-576597dd})

[comment]: # ({2cc2f05b-bac8bf38})
#### hostgroup

[ZBXNEXT-10387](https://support.zabbix.com/browse/ZBXNEXT-10387) `hostgroup.massupdate` : Méthode supprimée. Veuillez utiliser `hostgroup.update`, `hostgroup.massadd` ou `hostgroup.massremove` à la place.

[comment]: # ({/2cc2f05b-bac8bf38})

[comment]: # ({48449371-ff373563})
#### hostinterface

[ZBXNEXT-10387](https://support.zabbix.com/browse/ZBXNEXT-10387) `hostinterface.replacehostinterfaces` : Méthode supprimée. Veuillez utiliser `hostinterface.update`, `hostinterface.massadd` ou `hostinterface.massremove` à la place.

[comment]: # ({/48449371-ff373563})

[comment]: # ({6435389b-18e9d70d})
#### modèle

[ZBXNEXT-10387](https://support.zabbix.com/browse/ZBXNEXT-10387) `template.massupdate` : Méthode supprimée. Veuillez utiliser `template.update`, `template.massadd` ou `template_massremove` à la place.

[comment]: # ({/6435389b-18e9d70d})

[comment]: # ({2cee1b9c-b4d69ff6})
#### templategroup

[ZBXNEXT-10387](https://support.zabbix.com/browse/ZBXNEXT-10387) `templategroup.massupdate` : Méthode supprimée. Veuillez utiliser `templategroup.update`, `templategroup.massadd` ou `templategroup.massremove` à la place.

[comment]: # ({/2cee1b9c-b4d69ff6})

[comment]: # ({b1a9cda4-5b2db1cc})
## Autres modifications et corrections de bugs

[comment]: # ({/b1a9cda4-5b2db1cc})

[comment]: # ({4b332701-9748f1b7})
####  configuration

[ZBXNEXT-5419](https://support.zabbix.com/browse/ZBXNEXT-5419) Ajout du nouveau paramètre `returnMissingObjects` à la méthode [configuration.importcompare](/manual/api/reference/configuration/importcompare).<br>
[ZBXNEXT-5419](https://support.zabbix.com/browse/ZBXNEXT-5419) Ajout du nouveau paramètre `dashboards` à l'objet [rules](/manual/api/reference/configuration/importcompare#parameters) (méthode `configuration.importcompare`).<br>
[ZBXNEXT-5419](https://support.zabbix.com/browse/ZBXNEXT-5419) Ajout du nouveau paramètre `returnMissingObjects` à la méthode [configuration.import](/manual/api/reference/configuration/import).<br>
[ZBXNEXT-5419](https://support.zabbix.com/browse/ZBXNEXT-5419) Ajout du nouveau paramètre `dashboards` à l'objet [rules](/manual/api/reference/configuration/import#parameters) (méthode `configuration.import`).

[comment]: # ({/4b332701-9748f1b7})

[comment]: # ({0a91d4fc-1e8ad426})
#### connecteur

[ZBXNEXT-10069](https://support.zabbix.com/browse/ZBXNEXT-10069) Ajout d'une nouvelle valeur `item_value_type` (64 - JSON) à l'objet [connector](/manual/api/reference/connector/object).

[comment]: # ({/0a91d4fc-1e8ad426})

[comment]: # ({6e968036-f168572e})
#### tableau de bord

[ZBXNEXT-4769](https://support.zabbix.com/browse/ZBXNEXT-4769) Ajout du nouveau champ de widget de tableau de bord `show_hostnames` au widget [graph](/manual/api/reference/dashboard/widget_fields/graph).<br>
[ZBXNEXT-9546](https://support.zabbix.com/browse/ZBXNEXT-9546) Ajout des nouveaux champs de widget de tableau de bord `ds.0.item_tags_evaltype`, `ds.0.item_tags.0.tag`, `ds.0.item_tags.0.operator` et `ds.0.item_tags.0.value` aux widgets [svggraph](/manual/api/reference/dashboard/widget_fields/graph) et [piechart](/manual/api/reference/dashboard/widget_fields/pie_chart).<br>
[ZBXNEXT-10158](https://support.zabbix.com/browse/ZBXNEXT-10158) Ajout des nouveaux champs de widget de tableau de bord `columns.0.aggregate_columns`, `columns.0.combined_column_name` et `columns.0.column_aggregate_function` au widget [topitems](/manual/api/reference/dashboard/widget_fields/top_items).<br>
[ZBXNEXT-9424](https://support.zabbix.com/browse/ZBXNEXT-9424), [ZBXNEXT-4769](https://support.zabbix.com/browse/ZBXNEXT-4769) Ajout du nouveau type de widget de tableau de bord [scatterplot](/manual/api/reference/dashboard/widget_fields/scatter_plot).<br>
[ZBXNEXT-8160](https://support.zabbix.com/browse/ZBXNEXT-8160) Ajout des nouveaux champs de widget de tableau de bord `clustering_mode` et `clustering_zoom_level` au widget [geomap](/manual/api/reference/dashboard/widget_fields/geomap).<br>
[ZBXNEXT-943](https://support.zabbix.com/browse/ZBXNEXT-943) Ajout du nouveau champ de widget de tableau de bord `ds.0.invert_values` au widget [graph](/manual/api/reference/dashboard/widget_fields/graph).

[comment]: # ({/6e968036-f168572e})

[comment]: # ({45d92579-95c39890})
#### templatedashboard

[ZBXNEXT-9424](https://support.zabbix.com/browse/ZBXNEXT-9424) Ajout d'un nouveau type de widget de tableau de bord de modèle [scatterplot](/manual/api/reference/templatedashboard/widget_fields/scatter_plot).

[comment]: # ({/45d92579-95c39890})

[comment]: # ({96eb3e2b-5742e449})
#### historique

[ZBXNEXT-10069](https://support.zabbix.com/browse/ZBXNEXT-10069) Ajout de la nouvelle valeur `history` (6 - JSON) à la méthode [history.get](/manual/api/reference/history/get).<br>
[ZBXNEXT-10069](https://support.zabbix.com/browse/ZBXNEXT-10069) Ajout du nouvel objet `JSON history`.

[comment]: # ({/96eb3e2b-5742e449})

[comment]: # ({c5281232-ba356605})
#### hostprototype

[ZBXNEXT-9546](https://support.zabbix.com/browse/ZBXNEXT-9546) Ajout du nouveau paramètre `selectInheritedTags` à la méthode [hostprototype.get](/manual/api/reference/hostprototype/get).

[comment]: # ({/c5281232-ba356605})

[comment]: # ({0a62d392-094fe407})
#### httptest

[ZBXNEXT-9546](https://support.zabbix.com/browse/ZBXNEXT-9546) Ajout des nouveaux paramètres `inheritedTags` et `selectInheritedTags` à la méthode [httptest.get](/manual/api/reference/httptest/get).

[comment]: # ({/0a62d392-094fe407})

[comment]: # ({59524ced-92035d9c})
#### élément

[ZBXNEXT-10069](https://support.zabbix.com/browse/ZBXNEXT-10069) Ajout d'une nouvelle valeur `value_type` (6 - JSON) à l'objet [élément](/manual/api/reference/item/object).<br>
[ZBXNEXT-9546](https://support.zabbix.com/browse/ZBXNEXT-9546) Ajout des nouveaux paramètres `inheritedTags` et `selectInheritedTags` à la méthode [item.get](/manual/api/reference/item/get).

[comment]: # ({/59524ced-92035d9c})

[comment]: # ({fb0e9712-2b896622})
#### itemprototype

[ZBXNEXT-10069](https://support.zabbix.com/browse/ZBXNEXT-10069) Ajout d'une nouvelle valeur `value_type` (6 - JSON) à l'objet [itemprototype](/manual/api/reference/itemprototype/object).<br>
[ZBXNEXT-9546](https://support.zabbix.com/browse/ZBXNEXT-9546) Ajout du nouveau paramètre `selectInheritedTags` à la méthode [itemprototype.get](/manual/api/reference/itemprototype/get).

[comment]: # ({/fb0e9712-2b896622})

[comment]: # ({465df96a-00d2c6e0})
#### modèle

[ZBXNEXT-9546](https://support.zabbix.com/browse/ZBXNEXT-9546) Ajout des nouveaux paramètres `inheritedTags` et `selectInheritedTags` à la méthode [template.get](/manual/api/reference/template/get).

[comment]: # ({/465df96a-00d2c6e0})

[comment]: # ({9ecc4be6-4110830e})
#### déclencheur

[ZBXNEXT-9546](https://support.zabbix.com/browse/ZBXNEXT-9546) Ajout des nouveaux paramètres `inheritedTags` et `selectInheritedTags` à la méthode [trigger.get](/manual/api/reference/trigger/get).

[comment]: # ({/9ecc4be6-4110830e})

[comment]: # ({6ca9db5f-83a48fa0})
#### triggerprototype

[ZBXNEXT-9546](https://support.zabbix.com/browse/ZBXNEXT-9546) Ajout du nouveau paramètre `selectInheritedTags` à la méthode [triggerprototype.get](/manual/api/reference/triggerprototype/get).

[comment]: # ({/6ca9db5f-83a48fa0})

[comment]: # ({65b1441c-76139cb2})
#### triggertag

[ZBXNEXT-5467](https://support.zabbix.com/browse/ZBXNEXT-5467) Propriété `automatic` ajoutée à l'objet [trigger tag](/manual/api/reference/trigger/object#trigger-tag).

[comment]: # ({/65b1441c-76139cb2})

[comment]: # ({abd93105-2f353b96})
#### userdirectory

[ZBXNEXT-9834](https://support.zabbix.com/browse/ZBXNEXT-9834) Ajout des propriétés `idp_certificate`, `sp_private_key`, `sp_certificate`, `idp_certificate_hash`, `sp_private_key_hash` et `sp_certificate_hash` à l'objet [répertoire d'utilisateurs](/manual/api/reference/userdirectory/object#user-directory).

[comment]: # ({/abd93105-2f353b96})
