[comment]: # ({e8702b80-78c844bd})
# Appendice 2. Modifiche da 7.2 a 7.4

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

[comment]: # ({6b0a3b97-31b2151e})
## Modifiche incompatibili con le versioni precedenti

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

[comment]: # ({4190701e-accdaa3f})
#### mappa
 
[ZBXNEXT-8784](https://support.zabbix.com/browse/ZBXNEXT-8784) Rimosse le proprietà `linktriggerid` e `linkid` dall'oggetto [map link trigger](/manual/api/reference/map/object#map-link-trigger).

[comment]: # ({/4190701e-accdaa3f})

[comment]: # ({5c19a02e-c02a5f02})
#### mediatype

[ZBX-26258](https://support.zabbix.com/browse/ZBX-26258) `mediatype.get`: aggiunta la convalida rigorosa del parametro `selectUsers`.

[comment]: # ({/5c19a02e-c02a5f02})

[comment]: # ({635e07d5-657607c0})
#### utente

[ZBX-26258](https://support.zabbix.com/browse/ZBX-26258) `user.get`: aggiunta la convalida rigorosa dei parametri del metodo.<br>
[ZBX-26258](https://support.zabbix.com/browse/ZBX-26258) `user.get`: la proprietà `userid` viene ora restituita solo se richiesta esplicitamente o se `output` è impostato su "extend".

[comment]: # ({/635e07d5-657607c0})

[comment]: # ({a4815809-dcfd0443})
#### usergroup

[ZBX-26258](https://support.zabbix.com/browse/ZBX-26258) `usergroup.get`: aggiunta la convalida rigorosa dei parametri `mfaids` e `selectUsers`.

[comment]: # ({/a4815809-dcfd0443})

[comment]: # ({b1a9cda4-5b2db1cc})
## Altre modifiche e correzioni di bug

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

[comment]: # ({8b8ae9e9-a72b1a54})
#### dashboard

[ZBXNEXT-8919](https://support.zabbix.com/browse/ZBXNEXT-8919) Aggiunto il nuovo campo del widget della dashboard `ds.0.color_palette` ai widget [`svggraph`](/manual/api/reference/dashboard/widget_fields/graph) e [`piechart`](/manual/api/reference/dashboard/widget_fields/pie_chart).<br>
[ZBXNEXT-9087](https://support.zabbix.com/browse/ZBXNEXT-9087) Aggiunto il nuovo tipo di widget della dashboard [`itemcard`](/manual/api/reference/dashboard/widget_fields/item_card).

[comment]: # ({/8b8ae9e9-a72b1a54})

[comment]: # ({7b627bb5-491b6c69})
#### prototipo di regola di discovery

[ZBXNEXT-1527](https://support.zabbix.com/browse/ZBXNEXT-1527) Aggiunta una nuova API per il prototipo di regola LLD con i metodi `discoveryruleprototype.create`, `discoveryruleprototype.update`, `discoveryruleprototype.get`, `discoveryruleprototype.delete`.

[comment]: # ({/7b627bb5-491b6c69})

[comment]: # ({eb436056-6b37efe7})
#### graph

[ZBXNEXT-1527](https://support.zabbix.com/browse/ZBXNEXT-1527) Aggiunto il nuovo parametro `selectDiscoveryData` al metodo `graph.get`; il parametro `selectGraphDiscovery` è stato deprecato.

[comment]: # ({/eb436056-6b37efe7})

[comment]: # ({764d10ed-7b048a4a})
#### graphprototype

[ZBXNEXT-1527](https://support.zabbix.com/browse/ZBXNEXT-1527) Aggiunti i nuovi parametri `selectDiscoveryRulePrototype` e `selectDiscoveryData` al metodo `graphprototype.get`.

[comment]: # ({/764d10ed-7b048a4a})

[comment]: # ({9a849796-97d42b4c})
#### host

[ZBXNEXT-1527](https://support.zabbix.com/browse/ZBXNEXT-1527) Aggiunti i nuovi parametri `selectDiscoveryData` e `selectDiscoveryRules` al metodo `host.get`; deprecati i parametri `selectHostDiscovery` e `selectDiscoveries`.

[comment]: # ({/9a849796-97d42b4c})

[comment]: # ({2a3215a9-9175da8e})
#### hostgroup

[ZBXNEXT-1527](https://support.zabbix.com/browse/ZBXNEXT-1527) Aggiunto il nuovo parametro `selectDiscoveryData` al metodo `hostgroup.get`; deprecato il parametro `selectGroupDiscoveries`.

[comment]: # ({/2a3215a9-9175da8e})

[comment]: # ({e8ebdde2-ac0f001a})
#### hostprototype

[ZBXNEXT-1527](https://support.zabbix.com/browse/ZBXNEXT-1527) Aggiunti i nuovi parametri `selectDiscoveryRulePrototype` e `selectDiscoveryData` al metodo `hostprototype.get`.

[comment]: # ({/e8ebdde2-ac0f001a})

[comment]: # ({5a8a0ae6-88751e28})
#### item

[ZBXNEXT-1527](https://support.zabbix.com/browse/ZBXNEXT-1527) Aggiunto il nuovo parametro `selectDiscoveryData` al metodo `item.get`; il parametro `selectItemDiscovery` è stato deprecato.

[comment]: # ({/5a8a0ae6-88751e28})

[comment]: # ({8afc239b-af1ecce8})
#### itemprototype

[ZBXNEXT-1527](https://support.zabbix.com/browse/ZBXNEXT-1527) Aggiunti i nuovi parametri `selectDiscoveryRulePrototype` e `selectDiscoveryData` al metodo `itemprototype.get`.

[comment]: # ({/8afc239b-af1ecce8})

[comment]: # ({7762d53e-2f353b96})
#### map

[ZBXNEXT-875](https://support.zabbix.com/browse/ZBXNEXT-875) Aggiunta la proprietà `zindex` all'oggetto [map element](/manual/api/reference/map/object#map-element).<br>
[ZBXNEXT-2122](https://support.zabbix.com/browse/ZBXNEXT-2122) Aggiunte le proprietà `edit_own_media` e `edit_user_media` all'oggetto [action](/manual/api/reference/role/object#action) dell'API dei ruoli.<br>
[ZBXNEXT-8784](https://support.zabbix.com/browse/ZBXNEXT-8784) Aggiunte le proprietà `background_scale`, `show_element_label`, `show_link_label` all'oggetto [map](/manual/api/reference/map/object#map).<br>
[ZBXNEXT-8784](https://support.zabbix.com/browse/ZBXNEXT-8784) Aggiunta la proprietà `show_label` all'oggetto [map element](/manual/api/reference/map/object#map-element).<br>
[ZBXNEXT-8784](https://support.zabbix.com/browse/ZBXNEXT-8784) Aggiunte le proprietà `show_label`, `indicator_type`, `itemid`, `thresholds`, `highlights` all'oggetto [map link](/manual/api/reference/map/object#map-link).<br>
[ZBXNEXT-8784](https://support.zabbix.com/browse/ZBXNEXT-8784) Aggiunto l'oggetto [map link indicators](/manual/api/reference/map/object#map-link-indicators).

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

[comment]: # ({1c4aeefb-a14fb6f4})
#### mediatype

[ZBXNEXT-9805](https://support.zabbix.com/browse/ZBXNEXT-9805) Aggiunta l'opzione `2` ("OAuth token") alla proprietà `smtp_authentication` dell'oggetto [mediatype](/manual/api/reference/mediatype/object#media-type).<br>
[ZBXNEXT-9805](https://support.zabbix.com/browse/ZBXNEXT-9805) Aggiunte le proprietà `redirection_url`, `client_id`, `client_secret`, `authorization_url`, `token_url`, `tokens_status`, `access_token`, `access_token_updated`, `access_expires_in`, `refresh_token` all'oggetto [mediatype](/manual/api/reference/mediatype/object#media-type).

[comment]: # ({/1c4aeefb-a14fb6f4})

[comment]: # ({ff2bb0d1-c04657f6})
#### template

[ZBXNEXT-9872](https://support.zabbix.com/browse/ZBXNEXT-9827) Aggiunte le nuove proprietà `readme` e `wizard_ready`.<br>
[ZBXNEXT-1527](https://support.zabbix.com/browse/ZBXNEXT-1527) Aggiunto il nuovo parametro `selectDiscoveryRules` al metodo `template.get`; deprecato il parametro `selectDiscoveries`.

[comment]: # ({/ff2bb0d1-c04657f6})

[comment]: # ({a10d85d0-8772ffe1})
#### dashboard del template

[ZBXNEXT-9087](https://support.zabbix.com/browse/ZBXNEXT-9087) Aggiunto un nuovo tipo di widget del dashboard del template [`itemcard`](/manual/api/reference/dashboard/widget_fields/item_card).

[comment]: # ({/a10d85d0-8772ffe1})

[comment]: # ({0a4976ad-78bc85cb})
#### trigger

[ZBXNEXT-1527](https://support.zabbix.com/browse/ZBXNEXT-1527) Aggiunto il nuovo parametro `selectDiscoveryData` al metodo `trigger.get`; il parametro `selectTriggerDiscovery` è stato deprecato.

[comment]: # ({/0a4976ad-78bc85cb})

[comment]: # ({27041f37-9c04b82d})
#### triggerprototype

[ZBXNEXT-1527](https://support.zabbix.com/browse/ZBXNEXT-1527) Aggiunti i nuovi parametri `selectDiscoveryRulePrototype` e `selectDiscoveryData` al metodo `triggerprototype.get`.

[comment]: # ({/27041f37-9c04b82d})

[comment]: # ({cbbc654e-00eeb703})
#### usermacro

[ZBXNEXT-9872](https://support.zabbix.com/browse/ZBXNEXT-9827) Aggiunta la nuova proprietà `config` all'oggetto macro Host.

[comment]: # ({/cbbc654e-00eeb703})
