[comment]: # ({84ed4413-449ef1ba})
# Appendice 2. Cambiamenti da 6.4 to 7.0

[comment]: # ({/84ed4413-449ef1ba})

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

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

[comment]: # ({30fa3f1d-85956c2b})
#### alert

[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) `alert.get`: Aggiunta la validazione rigorosa dei parametri del metodo.

[comment]: # ({/30fa3f1d-85956c2b})

[comment]: # ({23ed6447-efc951bf})
#### autenticazione

[ZBXNEXT-8880](https://support.zabbix.com/browse/ZBXNEXT-8880) Le proprietà `http_auth_enabled`, `http_login_form`, `http_strip_domains`, `http_case_sensitive` saranno disponibili solo se `$ALLOW_HTTP_AUTH` è abilitato nel [file di configurazione del frontend](/manual/installation/frontend#install) (*zabbix.conf.php*).

[comment]: # ({/23ed6447-efc951bf})

[comment]: # ({a0b829da-b364b519})
#### connector

[ZBXNEXT-8735](https://support.zabbix.com/browse/ZBXNEXT-8735) Aggiunta la nuova proprietà `item_value_type`, supportata se `data_type` è impostato su "Item values" (0).<br>
[ZBXNEXT-8735](https://support.zabbix.com/browse/ZBXNEXT-8735) Aggiunta la nuova proprietà `attempt_interval`, supportata se `max_attempts` è maggiore di 1.

[comment]: # ({/a0b829da-b364b519})

[comment]: # ({cedf9b95-95751b30})
#### dashboard

[ZBXNEXT-8316](https://support.zabbix.com/browse/ZBXNEXT-8316), [ZBXNEXT-9193](https://support.zabbix.com/browse/ZBXNEXT-9193), [ZBX-24488](https://support.zabbix.com/browse/ZBX-24488), [ZBX-24490](https://support.zabbix.com/browse/ZBX-24490) Rinominato il tipo di [dashboard widget](/manual/api/reference/dashboard/object#dashboard-widget) `plaintext` in [`itemhistory`](/manual/api/reference/dashboard/widget_fields/item_history), sostituiti i campi del dashboard widget `itemids.0`, `style`, `show_as_html` con `columns.0.itemid`, `layout`, `columns.0.display` e aggiunti nuovi campi del dashboard widget.<br>
[ZBXNEXT-8496](https://support.zabbix.com/browse/ZBXNEXT-8496) Sostituiti i campi del dashboard widget `columns.0.timeshift`, `columns.0.aggregate_interval` con `columns.0.time_period._reference`, `columns.0.time_period.from`, `columns.0.time_period.from` nel widget [`tophosts`](/manual/api/reference/dashboard/widget_fields/top_hosts#item-value).<br>
[ZBXNEXT-2299](https://support.zabbix.com/browse/ZBXNEXT-2299) Sostituito il campo del dashboard widget `unacknowledged` con due nuovi campi `acknowledgement_status` e `acknowledged_by_me` nel widget [`problems`](/manual/api/reference/dashboard/widget_fields/problems#parameters).<br>
[ZBXNEXT-8245](https://support.zabbix.com/browse/ZBXNEXT-8245) Rimosso il campo del dashboard widget `adv_conf` nei widget [`clock`](/manual/api/reference/dashboard/widget_fields/clock#parameters) e [`item`](/manual/api/reference/dashboard/widget_fields/item_value#parameters).<br>
[ZBXNEXT-8145](https://support.zabbix.com/browse/ZBXNEXT-8145) Modificata la denominazione dei campi del dashboard widget: i campi dati complessi sono stati rinominati da `str.str.index1.index2` a `str.index1.str.index2` (ad esempio `thresholds.0.threshold.1`, `ds.0.hosts.1`); i campi che fanno riferimento a oggetti del database sono stati rinominati da `str` a `str.index1` (ad esempio `itemid.0`, `severities.0`).<br>
[ZBXNEXT-8145](https://support.zabbix.com/browse/ZBXNEXT-8145) Sostituito il campo del dashboard widget `filter_widget_reference` con `sysmapid._reference` e rimosso il campo `source_type` nel widget [`map`](/manual/api/reference/dashboard/widget_fields/map#parameters).<br>
[ZBXNEXT-8145](https://support.zabbix.com/browse/ZBXNEXT-8145) Sostituito il campo del dashboard widget `dynamic` con `override_hostid._reference` nei widget [`gauge`](/manual/api/reference/dashboard/widget_fields/gauge#parameters), [`graph`](/manual/api/reference/dashboard/widget_fields/graph_classic#parameters), [`graphprototype`](/manual/api/reference/dashboard/widget_fields/graph_prototype#parameters), [`item`](/manual/api/reference/dashboard/widget_fields/item_value#parameters), [`plaintext`](/manual/api/reference/dashboard/widget_fields/plain_text#parameters) e [`url`](/manual/api/reference/dashboard/widget_fields/url#parameters).<br>
[ZBXNEXT-8145](https://support.zabbix.com/browse/ZBXNEXT-8145) Sostituiti i campi del dashboard widget `graph_time` con `time_period._reference`, `time_from` con `time_period.from`, `time_to` con `time_period.to` nel widget [`svggraph`](/manual/api/reference/dashboard/widget_fields/graph#time-period).<br>
[ZBXNEXT-9044](https://support.zabbix.com/browse/ZBXNEXT-9044) Modificato l'intervallo di valori dei parametri del dashboard widget `x` (da 0-23 a 0-71) e `y` (da 0-62 a 0-63), così come `width` (da 1-24 a 1-72) e `height` (da 2-32 a 1-64).

[comment]: # ({/cedf9b95-95751b30})

[comment]: # ({c8973188-383f1201})
#### discoveryrule

[ZBXNEXT-7578](https://support.zabbix.com/browse/ZBXNEXT-7578) `discoveryrule.get`, `discoveryrule.create`, `discoveryrule.update`: Le proprietà `headers` e `query_fields` sono passate da un oggetto indicizzato per nome a un array di oggetti con proprietà separate `name` e `value`.

[comment]: # ({/c8973188-383f1201})

[comment]: # ({b560cf78-0474bdd2})
#### event

[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) `event.get`: aggiunta la convalida rigorosa dei parametri del metodo.

[comment]: # ({/b560cf78-0474bdd2})

[comment]: # ({235ed406-01})
#### host

[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) La proprietà `proxyid` è ora *obbligatoria* se `monitored_by` è impostato su "Proxy"; le richieste API che usano `proxyid` devono ora usare anche `monitored_by`.<br>
[ZBXNEXT-5878](https://support.zabbix.com/browse/ZBXNEXT-5878) `host.create`, `host.update`, `host.massAdd`, `host.massUpdate`, `host.massRemove`: aggiunta una convalida rigorosa dei parametri `groups`, `macros`, `tags`, `templates`.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) `host.get`: rimosso il supporto per il parametro `proxy_hosts`.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Rinominata la proprietà `proxy_hostid` in `proxyid`.

[comment]: # ({/235ed406-01})

[comment]: # ({01819fdb-dd74d60f})
#### hostgroup

[ZBXNEXT-8702](https://support.zabbix.com/browse/ZBXNEXT-8702) `hostgroup.get`: Rinominati i parametri `selectHostPrototype` in `selectHostPrototypes`, `selectDiscoveryRule` in `selectDiscoveryRules`, `selectGroupDiscovery` in `selectGroupDiscoveries`; ora ciascun parametro restituirà un array di oggetti invece di un oggetto.<br>
[ZBXNEXT-8702](https://support.zabbix.com/browse/ZBXNEXT-8702) `hostgroup.get`: Rinominati le proprietà di output `hostPrototype` in `hostPrototypes`, `discoveryRule` in `discoveryRules`, `groupDiscovery` in `groupDiscoveries`.<br>
[ZBXNEXT-8702](https://support.zabbix.com/browse/ZBXNEXT-8702) `hostgroup.get`: Rimosso il supporto per la proprietà `groupid` nel parametro `selectGroupDiscoveries` (in precedenza - `selectGroupDiscovery`).

[comment]: # ({/01819fdb-dd74d60f})

[comment]: # ({332905dd-b81a72b6})
#### item

[ZBXNEXT-7726](https://support.zabbix.com/browse/ZBXNEXT-7726) La proprietà `params` è ora *obbligatoria* per i passaggi di preprocessing di tipo "Check for not supported value".<br>
[ZBXNEXT-7578](https://support.zabbix.com/browse/ZBXNEXT-7578) `item.get`, `item.create`, `item.update`: le proprietà `headers` e `query_fields` sono passate da un oggetto indicizzato per nome a un array di oggetti con proprietà separate `name` e `value`.

[comment]: # ({/332905dd-b81a72b6})

[comment]: # ({2f0f26db-3e9dc0a1})
#### item prototype

[ZBXNEXT-7726](https://support.zabbix.com/browse/ZBXNEXT-7726) La proprietà `params` è ora *obbligatoria* per i passaggi di preprocessing di tipo "Check for not supported value".<br>
[ZBXNEXT-7578](https://support.zabbix.com/browse/ZBXNEXT-7578) `itemprototype.get`, `itemprototype.create`, `itemprototype.update`: le proprietà `headers` e `query_fields` sono passate da un oggetto indicizzato per nome a un array di oggetti con proprietà separate `name` e `value`.

[comment]: # ({/2f0f26db-3e9dc0a1})

[comment]: # ({3c7e84fe-cbb5eef6})
#### problema

[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) `problem.get`: aggiunta la convalida rigorosa dei parametri del metodo.

[comment]: # ({/3c7e84fe-cbb5eef6})

[comment]: # ({a0719a9d-7962ef15})
#### proxy

[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Rimosse le proprietà oggetto `interface` e `auto_compress`.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Aggiunte le proprietà `address` e `port` per i Zabbix Proxy passivi.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Rinominati i campi `host` in `name`, `status` in `operating_mode`, `proxy_address` in `allowed_addresses`.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Modificati i valori della proprietà `operating_mode` (in precedenza - `status`) (0 - proxy attivo, 1 - proxy passivo) .<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) `proxy.get`: rimosso il supporto per il parametro `selectInterface`.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) `proxy.create` e `proxy.update`: rimosso il supporto per il parametro `interface`.

[comment]: # ({/a0719a9d-7962ef15})

[comment]: # ({f980d700-1f80ea40})
#### script

[ZBXNEXT-8880](https://support.zabbix.com/browse/ZBXNEXT-8880) `script.create` e `script.update`: il valore del parametro `execute_on` "1" (esegui su Zabbix server) sarà supportato solo se l'esecuzione degli script globali è abilitata su Zabbix server.<br>
[ZBXNEXT-8121](https://support.zabbix.com/browse/ZBXNEXT-8121) `script.getscriptsbyhosts`: il metodo non accetta più un array di ID host. Ora accetta un oggetto con i seguenti parametri: `hostid`, `scriptid`, `manualinput`.<br>
[ZBXNEXT-8121](https://support.zabbix.com/browse/ZBXNEXT-8121) `script.getscriptsbyevents`: il metodo non accetta più un array di ID evento. Ora accetta un oggetto con i seguenti parametri: `eventid`, `scriptid`, `manualinput`.

[comment]: # ({/f980d700-1f80ea40})

[comment]: # ({cd50f03f-af018194})
#### task

[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Rinominata la proprietà `proxy_hostid` in `proxyid`.

[comment]: # ({/cd50f03f-af018194})

[comment]: # ({49abb3f9-46efd016})
#### dashboard template

[ZBXNEXT-9044](https://support.zabbix.com/browse/ZBXNEXT-9044) È stato modificato l'intervallo dei valori dei parametri del widget della dashboard `x` (da 0-23 a 0-71) e `y` (da 0-62 a 0-63), così come `width` (da 1-24 a 1-72) e `height` (da 2-32 a 1-64).

[comment]: # ({/49abb3f9-46efd016})

[comment]: # ({1b49363d-b2bbabb8})
#### utente

[ZBXNEXT-8760](https://support.zabbix.com/browse/ZBXNEXT-8760) `user.update`: La proprietà `userdirectoryid` per l'utente è stata resa di sola lettura.<br>
[ZBXNEXT-8760](https://support.zabbix.com/browse/ZBXNEXT-8760) `user.get`: Aggiunta la nuova proprietà di sola lettura `userdirectory_mediaid` per i media creati dall'azione di provisioning.

[comment]: # ({/1b49363d-b2bbabb8})

[comment]: # ({af6acbdc-6a64014a})
#### userdirectory

[ZBXNEXT-8760](https://support.zabbix.com/browse/ZBXNEXT-8760) `userdirectory.create`, `userdirectory.update`: Aggiunte nuove proprietà alle mappature dei media - `active`, `severity`, `period`.

[comment]: # ({/af6acbdc-6a64014a})

[comment]: # ({cb67dfe4-0427c4b2})
#### usergroup

[ZBXNEXT-8760](https://support.zabbix.com/browse/ZBXNEXT-8760) `usergroup.update`: Aggiunta una restrizione alle modifiche degli utenti del gruppo per gli utenti provisioned.

[comment]: # ({/cb67dfe4-0427c4b2})

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

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

[comment]: # ({56bf642c-1bc1440c})
#### action

[ZBXNEXT-6524](https://support.zabbix.com/browse/ZBXNEXT-6524) Aggiunto il supporto di due nuovi valori nella proprietà `operationtype` (13 - Aggiungi tag host, 14 - Rimuovi tag host) e della nuova proprietà `optag` per due tipi di action `eventsource` (1 - Discovery, 2 - Autoregistrazione), disponibile solo nella proprietà `operations`.<br>
[ZBX-21850](https://support.zabbix.com/browse/ZBX-21850) `action.get`: le condizioni di filtro verranno ordinate nell'ordine in cui sono posizionate nella formula.

[comment]: # ({/56bf642c-1bc1440c})

[comment]: # ({04844872-10f76184})
#### auditlog

[ZBXNEXT-8541](https://support.zabbix.com/browse/ZBXNEXT-8541) Aggiunta una nuova azione della voce [audit log](/manual/api/reference/auditlog/object#audit-log) (12 - Push) e tipo di risorsa (53 - History).

[comment]: # ({/04844872-10f76184})

[comment]: # ({9cb43239-61ca49d7})
#### autenticazione

[ZBXNEXT-6876](https://support.zabbix.com/browse/ZBXNEXT-6876) Aggiunte le nuove proprietà `mfa_status` e `mfaid`.

[comment]: # ({/9cb43239-61ca49d7})

[comment]: # ({24c8dcf7-4e636acc})
#### mfa

[ZBXNEXT-6876](https://support.zabbix.com/browse/ZBXNEXT-6876) Aggiunta la nuova API [MFA](/manual/api/reference/mfa) con i metodi `mfa.create`, `mfa.update`, `mfa.get`, `mfa.delete`.

[comment]: # ({/24c8dcf7-4e636acc})

[comment]: # ({438e2f11-aaa80c84})
#### dashboard

[ZBXNEXT-8956](https://support.zabbix.com/browse/ZBXNEXT-8956) Aggiunti i nuovi campi del widget della dashboard `groupids._reference`, `hostids._reference`, `itemid._reference`, `graphid._reference`, `reference` in più widget.<br>
[ZBXNEXT-9057](https://support.zabbix.com/browse/ZBXNEXT-9057) Aggiunto il nuovo campo del widget della dashboard `show_software_update_check_details` nel widget [`systeminfo`](/manual/api/reference/dashboard/widget_fields/system).<br>
[ZBXNEXT-8686](https://support.zabbix.com/browse/ZBXNEXT-8686) Aggiunto il nuovo tipo di [widget della dashboard](/manual/api/reference/dashboard/object#dashboard-widget) [`itemnavigator`](/manual/api/reference/dashboard/widget_fields/item_navigator).<br>
[ZBXNEXT-8685](https://support.zabbix.com/browse/ZBXNEXT-8685) Aggiunto il nuovo tipo di [widget della dashboard](/manual/api/reference/dashboard/object#dashboard-widget) [`hostnavigator`](/manual/api/reference/dashboard/widget_fields/host_navigator).<br>
[ZBXNEXT-8683](https://support.zabbix.com/browse/ZBXNEXT-8683) Aggiunto il nuovo tipo di [widget della dashboard](/manual/api/reference/dashboard/object#dashboard-widget) [`honeycomb`](/manual/api/reference/dashboard/widget_fields/honeycomb).<br>
[ZBXNEXT-8907](https://support.zabbix.com/browse/ZBXNEXT-8907) Aggiunto il nuovo campo del widget della dashboard `legend_lines_mode` nel widget [`graph`](/manual/api/reference/dashboard/widget_fields/graph#legend).<br>
[ZBXNEXT-8496](https://support.zabbix.com/browse/ZBXNEXT-8496) Aggiunti i nuovi campi del widget della dashboard `aggregate_function`, `history`, `time_period._reference`, `time_period.from`, `time_period.from` nel widget [`item`](/manual/api/reference/dashboard/widget_fields/item_value#advanced-configuration).<br>
[ZBXNEXT-7736](https://support.zabbix.com/browse/ZBXNEXT-7736) Aggiunto il nuovo valore del campo del widget della dashboard `interface_type` (5 - Zabbix Agent(active checks)) nel widget [`hostavail`](/manual/api/reference/dashboard/widget_fields/host_availability#parameters).<br>
[ZBXNEXT-7736](https://support.zabbix.com/browse/ZBXNEXT-7736) Aggiunto il nuovo campo del widget della dashboard `only_totals` nel widget [`hostavail`](/manual/api/reference/dashboard/widget_fields/host_availability#parameters).<br>
[ZBXNEXT-7687](https://support.zabbix.com/browse/ZBXNEXT-7687) Aggiunto il nuovo campo del widget della dashboard `maintenance` nel widget [`tophosts`](/manual/api/reference/dashboard/widget_fields/top_hosts#parameters).<br>
[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) Aggiunto il nuovo tipo di [widget della dashboard](/manual/api/reference/dashboard/object#dashboard-widget) [`toptriggers`](/manual/api/reference/dashboard/widget_fields/top_triggers).<br>
[ZBXNEXT-743](https://support.zabbix.com/browse/ZBXNEXT-743) Aggiunto il nuovo tipo di [widget della dashboard](/manual/api/reference/dashboard/object#dashboard-widget) [`gauge`](/manual/api/reference/dashboard/widget_fields/gauge).<br>
[ZBXNEXT-8331](https://support.zabbix.com/browse/ZBXNEXT-8331), [ZBXNEXT-8145](https://support.zabbix.com/browse/ZBXNEXT-8145), [ZBXNEXT-8908](https://support.zabbix.com/browse/ZBXNEXT-8908), [ZBXNEXT-8907](https://support.zabbix.com/browse/ZBXNEXT-8907) Aggiunto il nuovo tipo di [widget della dashboard](/manual/api/reference/dashboard/object#dashboard-widget) [`piechart`](/manual/api/reference/dashboard/widget_fields/pie_chart).<br>
[ZBXNEXT-8331](https://support.zabbix.com/browse/ZBXNEXT-8331) Aggiunto il nuovo campo del widget della dashboard `legend_aggregation` nel widget [`graph`](/manual/api/reference/dashboard/widget_fields/graph#legend).<br>
[ZBXNEXT-8145](https://support.zabbix.com/browse/ZBXNEXT-8145) Aggiunto il nuovo campo del widget della dashboard `reference` nei widget [`svggraph`](/manual/api/reference/dashboard/widget_fields/graph#parameters), [`graph`](/manual/api/reference/dashboard/widget_fields/graph_classic#parameters) e [`graphprototype`](/manual/api/reference/dashboard/widget_fields/graph_prototype#parameters).<br>
[ZBXNEXT-8145](https://support.zabbix.com/browse/ZBXNEXT-8145) Aggiunti i nuovi campi del widget della dashboard `time_period._reference`, `time_period.from`, `time_period.to` nei widget [`actionlog`](/manual/api/reference/dashboard/widget_fields/action_log#parameters), [`graph`](/manual/api/reference/dashboard/widget_fields/graph_classic#parameters), [`graphprototype`](/manual/api/reference/dashboard/widget_fields/graph_prototype#parameters) e [`toptriggers`](/manual/api/reference/dashboard/widget_fields/top_triggers#parameters).

[comment]: # ({/438e2f11-aaa80c84})

[comment]: # ({a097d415-52e7c953})
#### dcheck

[ZBXNEXT-8079](https://support.zabbix.com/browse/ZBXNEXT-8079) Aggiunta la nuova proprietà `allow_redirect`.

[comment]: # ({/a097d415-52e7c953})

[comment]: # ({b225b176-cc11582c})
#### discoveryrule

[ZBXNEXT-9150](https://support.zabbix.com/browse/ZBXNEXT-9150) Aggiunto il nuovo tipo di regola LLD `type` (22 - Browser).<br>
[ZBXNEXT-8645](https://support.zabbix.com/browse/ZBXNEXT-8645) Aggiunto il nuovo tipo di [preprocessing della regola LLD](/manual/api/reference/discoveryrule/object#lld-rule-preprocessing) "SNMP get value" (30).<br>
[ZBXNEXT-8645](https://support.zabbix.com/browse/ZBXNEXT-8645) La proprietà `timeout` è ora supportata anche se il `type` dell'item è impostato su "SNMP agent" (20) e `snmp_oid` inizia con "`get[`".<br>
[ZBXNEXT-1096](https://support.zabbix.com/browse/ZBXNEXT-1096) La proprietà `timeout` è ora supportata se il `type` dell'item è impostato su "Zabbix agent" (0), "Simple check" (3) e `key_` non inizia con "`vmware.`" e "`icmpping`", "Zabbix agent (active)" (7), "External check" (10), "Database monitor" (11), "SSH agent" (13), "TELNET agent" (14), "SNMP agent" (20) e `snmp_oid` inizia con "`walk[`".<br>
[ZBXNEXT-7726](https://support.zabbix.com/browse/ZBXNEXT-7726) Aggiunto il supporto per il tipo di [preprocessing della regola LLD](/manual/api/reference/discoveryrule/object#lld-rule-preprocessing) "Matches regular expression" (14).<br>
[ZBXNEXT-6986](https://support.zabbix.com/browse/ZBXNEXT-6986) Metodo `discoveryrule.copy` deprecato.<br>
[ZBXNEXT-7578](https://support.zabbix.com/browse/ZBXNEXT-7578) Ora è possibile memorizzare più dati per la proprietà `query_fields`, con voci `header` e `query_fields` ripetute.<br>
[ZBXNEXT-2020](https://support.zabbix.com/browse/ZBXNEXT-2020) Aggiunte le nuove proprietà `lifetime_type`, `enabled_lifetime` e `enabled_lifetime_type`.<br>
[ZBXNEXT-2020](https://support.zabbix.com/browse/ZBXNEXT-2020) Modificato il valore predefinito del parametro `lifetime` da `30d` a `7d`.<br>
[ZBX-21850](https://support.zabbix.com/browse/ZBX-21850) `discoveryrule.get`: le condizioni di filtro saranno ordinate nell'ordine in cui compaiono nella formula.

[comment]: # ({/b225b176-cc11582c})

[comment]: # ({c1a8b8de-ab579aa8})
#### drule

[ZBXNEXT-2732](https://support.zabbix.com/browse/ZBXNEXT-2732) Aggiunta la nuova proprietà `concurrency_max`.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Rinominato `proxy_hostid` in `proxyid`

[comment]: # ({/c1a8b8de-ab579aa8})

[comment]: # ({171c7e28-47d4e279})
#### event

[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) `event.get`: Aggiunti i nuovi parametri `selectAcknowledges`, `selectAlerts`, `trigger_severities` e `groupBy`.<br>
[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) `event.get`: Parametri deprecati `select_acknowledges` e `select_alerts`.<br>
[ZBXNEXT-2299](https://support.zabbix.com/browse/ZBXNEXT-2299), [ZBX-23240](https://support.zabbix.com/browse/ZBX-23240) `event.get`: Aggiunti i nuovi parametri `action` e `action_userids`.

[comment]: # ({/171c7e28-47d4e279})

[comment]: # ({9cb4e4c6-891011})
#### grafico

[ZBXNEXT-2020](https://support.zabbix.com/browse/ZBXNEXT-2020) `graph.get`: il metodo ora supporta anche la proprietà `status` se viene utilizzato il parametro `selectGraphDiscovery`.

[comment]: # ({/9cb4e4c6-891011})

[comment]: # ({26ddd08b-763abee9})
#### history

[ZBXNEXT-9193](https://support.zabbix.com/browse/ZBXNEXT-9193) `history.get`: Il parametro `sortfield` ora supporta `ns`.<br>
[ZBXNEXT-8541](https://support.zabbix.com/browse/ZBXNEXT-8541) Aggiunto il nuovo metodo `history.push`.

[comment]: # ({/26ddd08b-763abee9})

[comment]: # ({0b379b2e-3b6c865e})
#### host

[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) Aggiunte le nuove proprietà `monitored_by` e `proxy_groupid`.<br>
[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) Aggiunta la nuova proprietà di sola lettura `assigned_proxyid`.<br>
[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) `host.get`: aggiunto il nuovo parametro `proxy_groupids`.<br>
[ZBXNEXT-2020](https://support.zabbix.com/browse/ZBXNEXT-2020) `host.get`: il metodo ora supporta anche le proprietà `status`, `ts_disable` e `disable_source` se viene usato il parametro `selectHostDiscovery`.

[comment]: # ({/0b379b2e-3b6c865e})

[comment]: # ({68736bb7-6789})
#### hostgroup

[ZBXNEXT-2020](https://support.zabbix.com/browse/ZBXNEXT-2020) `hostgroup.get`: Il metodo ora supporta anche la proprietà `status` se viene utilizzato il parametro `selectGroupDiscoveries`.

[comment]: # ({/68736bb7-6789})

[comment]: # ({88718f42-26be701c})
#### hostprototype

[ZBX-23284](https://support.zabbix.com/browse/ZBX-23284) `hostprototype.get`, `hostprototype.update`: restituito il supporto per la proprietà `group_prototypeid` degli oggetti Group prototype.

[comment]: # ({/88718f42-26be701c})

[comment]: # ({f82776a1-6d979f98})
#### item

[ZBXNEXT-9150](https://support.zabbix.com/browse/ZBXNEXT-9150) Aggiunto nuovo `type` di item (22 - Browser).<br>
[ZBXNEXT-7460](https://support.zabbix.com/browse/ZBXNEXT-7460) Aggiunta nuova proprietà di sola lettura `name_resolved`.<br>
[ZBXNEXT-8645](https://support.zabbix.com/browse/ZBXNEXT-8645) Aggiunto nuovo tipo di [preprocessing dell'item](/manual/api/reference/item/object#item-preprocessing) "SNMP get value" (30).<br>
[ZBXNEXT-8645](https://support.zabbix.com/browse/ZBXNEXT-8645) La proprietà `timeout` è ora supportata anche se il `type` dell'item è impostato su "SNMP agent" (20) e `snmp_oid` inizia con "`get[`".<br>
[ZBXNEXT-1096](https://support.zabbix.com/browse/ZBXNEXT-1096) La proprietà `timeout` è ora supportata se il `type` dell'item è impostato su "Zabbix agent" (0), "Simple check" (3) e `key_` non inizia con "`vmware.`" e "`icmpping`", "Zabbix agent (active)" (7), "External check" (10), "Database monitor" (11), "SSH agent" (13), "TELNET agent" (14), "SNMP agent" (20) e `snmp_oid` inizia con "`walk[`".<br>
[ZBXNEXT-7726](https://support.zabbix.com/browse/ZBXNEXT-7726) Aggiunti i componenti *scope* e *pattern* ai parametri per i passaggi del tipo "Check for not supported value".<br>
[ZBXNEXT-7578](https://support.zabbix.com/browse/ZBXNEXT-7578) Ora è possibile memorizzare più dati per la proprietà `query_fields`, con voci `header` e `query_fields` ripetute.<br>
[ZBXNEXT-2020](https://support.zabbix.com/browse/ZBXNEXT-2020) `item.get`: il metodo ora supporta anche le proprietà `status`, `ts_disable` e `disable_source` se viene utilizzato il parametro `selectItemDiscovery`.

[comment]: # ({/f82776a1-6d979f98})

[comment]: # ({97945dc0-fd563439})
#### item prototype

[ZBXNEXT-9150](https://support.zabbix.com/browse/ZBXNEXT-9150) Aggiunto il nuovo `type` di item prototype (22 - Browser).<br>
[ZBXNEXT-8645](https://support.zabbix.com/browse/ZBXNEXT-8645) Aggiunto il nuovo tipo di [preprocessing di item prototype](/manual/api/reference/itemprototype/object#item-prototype-preprocessing) "SNMP get value" (30).<br>
[ZBXNEXT-8645](https://support.zabbix.com/browse/ZBXNEXT-8645) La proprietà `timeout` è ora supportata anche se il `type` dell'item è impostato su "SNMP agent" (20) e `snmp_oid` inizia con "`get[`".<br>
[ZBXNEXT-1096](https://support.zabbix.com/browse/ZBXNEXT-1096) La proprietà `timeout` è ora supportata se il `type` dell'item è impostato su "Zabbix agent" (0), "Simple check" (3) e `key_` non inizia con "`vmware.`" e "`icmpping`", "Zabbix agent (active)" (7), "External check" (10), "Database monitor" (11), "SSH agent" (13), "TELNET agent" (14), "SNMP agent" (20) e `snmp_oid` inizia con "`walk[`".<br>
[ZBXNEXT-7726](https://support.zabbix.com/browse/ZBXNEXT-7726) Aggiunti i componenti *scope* e *pattern* ai parametri per i passi del tipo "Check for not supported value".<br>
[ZBXNEXT-7578](https://support.zabbix.com/browse/ZBXNEXT-7578) Ora è possibile memorizzare più dati per la proprietà `query_fields`, con voci `header` e `query_fields` ripetute.

[comment]: # ({/97945dc0-fd563439})

[comment]: # ({4621c745-b6c35f85})
#### mediatype

[ZBXNEXT-4165](https://support.zabbix.com/browse/ZBXNEXT-4165) `mediatype.get`: Aggiunto il nuovo parametro `selectActions`.<br>
[ZBXNEXT-9138](https://support.zabbix.com/browse/ZBXNEXT-9138) `mediatype.get`, `mediatype.create`, `mediatype.update`: Aggiunta la nuova proprietà `message_format`.<br>
[ZBXNEXT-9138](https://support.zabbix.com/browse/ZBXNEXT-9138) `mediatype.get`, `mediatype.create`, `mediatype.update`: Proprietà `content_type` deprecata.

[comment]: # ({/4621c745-b6c35f85})

[comment]: # ({86899840-001})
#### correlazione

[ZBX-21850](https://support.zabbix.com/browse/ZBX-21850) `correlation.get`: Le condizioni del filtro saranno ordinate nell'ordine in cui sono posizionate nella formula.

[comment]: # ({/86899840-001})

[comment]: # ({4580a446-18338e51})
#### problema

[ZBXNEXT-2299](https://support.zabbix.com/browse/ZBXNEXT-2299), [ZBX-23240](https://support.zabbix.com/browse/ZBX-23240) `problem.get`: aggiunti i nuovi parametri `action` e `action_userids`.

[comment]: # ({/4580a446-18338e51})

[comment]: # ({2fe51a86-570a90cb})
#### proxy

[ZBXNEXT-9150](https://support.zabbix.com/browse/ZBXNEXT-9150) Aggiunta la nuova proprietà `timeout_browser`.<br>
[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) Aggiunta la nuova proprietà di sola lettura `state`.<br>
[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) `proxy.get`: aggiunti i nuovi parametri `proxy_groupids`, `selectAssignedHosts` e `selectProxyGroup`.<br>
[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) `proxy.get`: il parametro `selectHosts` ora supporta `count`.<br>
[ZBXNEXT-1096](https://support.zabbix.com/browse/ZBXNEXT-1096) Aggiunte le nuove proprietà `custom_timeouts`, `timeout_zabbix_agent`, `timeout_simple_check`, `timeout_snmp_agent`, `timeout_external_check`, `timeout_db_monitor`, `timeout_http_agent`, `timeout_ssh_agent`, `timeout_telnet_agent`, `timeout_script`.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Aggiunte le proprietà `address` e `port` per i proxy Zabbix passivi.

[comment]: # ({/2fe51a86-570a90cb})

[comment]: # ({9fc47c1c-970ba824})
#### proxygroup

[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) Aggiunta la nuova API [proxygroup](/manual/api/reference/proxygroup).

[comment]: # ({/9fc47c1c-970ba824})

[comment]: # ({3585dff9-c5b30209})
#### ruolo

[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) Aggiunto il nuovo [elemento UI](/manual/api/reference/role/object#ui-element) `administration.proxy_groups`.

[comment]: # ({/3585dff9-c5b30209})

[comment]: # ({a7912397-e550011e})
#### script

[ZBXNEXT-8121](https://support.zabbix.com/browse/ZBXNEXT-8121) Aggiunte nuove proprietà `manualinput`, `manualinput_prompt`, `manualinput_validator`, `manualinput_validator_type`, `manualinput_default_value`.<br>
[ZBXNEXT-8121](https://support.zabbix.com/browse/ZBXNEXT-8121) `script.execute`: aggiunto il nuovo parametro `manualinput`.

[comment]: # ({/a7912397-e550011e})

[comment]: # ({c144b3e1-3ee504f6})
#### impostazioni

[ZBXNEXT-9150](https://support.zabbix.com/browse/ZBXNEXT-9150) Aggiunta la nuova proprietà `timeout_browser`.<br>
[ZBXNEXT-8837](https://support.zabbix.com/browse/ZBXNEXT-8837) Aggiunta la nuova proprietà `auditlog_mode`.<br>
[ZBXNEXT-1096](https://support.zabbix.com/browse/ZBXNEXT-1096) Aggiunte le nuove proprietà `timeout_zabbix_agent`, `timeout_simple_check`, `timeout_snmp_agent`, `timeout_external_check`, `timeout_db_monitor`, `timeout_http_agent`, `timeout_ssh_agent`, `timeout_telnet_agent`, `timeout_script`.

[comment]: # ({/c144b3e1-3ee504f6})

[comment]: # ({d0b77ac7-5ef3e354})
#### templatedashboard

[ZBXNEXT-8686](https://support.zabbix.com/browse/ZBXNEXT-8686) Aggiunto un nuovo tipo di [widget della dashboard del template](/manual/api/reference/templatedashboard/object#template-dashboard-widget) `itemnavigator`.<br>
[ZBXNEXT-8685](https://support.zabbix.com/browse/ZBXNEXT-8685) Aggiunto un nuovo tipo di [widget della dashboard del template](/manual/api/reference/templatedashboard/object#template-dashboard-widget) `hostnavigator`.<br>
[ZBXNEXT-8683](https://support.zabbix.com/browse/ZBXNEXT-8683) Aggiunto un nuovo tipo di [widget della dashboard del template](/manual/api/reference/templatedashboard/object#template-dashboard-widget) `honeycomb`.<br>
[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) Aggiunto un nuovo tipo di [widget della dashboard del template](/manual/api/reference/templatedashboard/object#template-dashboard-widget) `toptriggers`.<br>
[ZBXNEXT-743](https://support.zabbix.com/browse/ZBXNEXT-743) Aggiunto un nuovo tipo di [widget della dashboard del template](/manual/api/reference/templatedashboard/object#template-dashboard-widget) `gauge`.<br>
[ZBXNEXT-8086](https://support.zabbix.com/browse/ZBXNEXT-8079) Aggiunti nuovi tipi di [widget della dashboard del template](/manual/api/reference/templatedashboard/object#template-dashboard-widget) `actionlog`, `dataover`, `discovery`, `favgraphs`, `favmaps`, `hostavail`, `map`, `navtree`, `problemhosts`, `problems`, `problemsbysv`, `slareport`, `svggraph`, `systeminfo`, `tophosts`, `trigover`, `web`.<br>
[ZBXNEXT-8086](https://support.zabbix.com/browse/ZBXNEXT-8079) Aggiunti nuovi tipi di [campo del widget della dashboard del template](/manual/api/reference/templatedashboard/object#template-dashboard-widget-field) (8 - Map, 9 - Service, 10 - SLA, 11 - User, 12 - Action, 13 - Media type).<br>
[ZBXNEXT-8331](https://support.zabbix.com/browse/ZBXNEXT-8331) Aggiunto un nuovo tipo di [widget della dashboard del template](/manual/api/reference/templatedashboard/object#template-dashboard-widget) `piechart`.

[comment]: # ({/d0b77ac7-5ef3e354})

[comment]: # ({a79d3656-78910})
#### trigger

[ZBXNEXT-2020](https://support.zabbix.com/browse/ZBXNEXT-2020) `trigger.get`: il metodo ora supporta anche le proprietà `status`, `ts_disable` e `disable_source` se viene utilizzato il parametro `selectTriggerDiscovery`.

[comment]: # ({/a79d3656-78910})

[comment]: # ({e39ed218-a985edf6})
#### user

[ZBXNEXT-6876](https://support.zabbix.com/browse/ZBXNEXT-6876) Aggiunto il nuovo metodo `user.resettotp`.<br>
[ZBXNEXT-6876](https://support.zabbix.com/browse/ZBXNEXT-6876) `user.login`: il metodo ora restituisce anche `mfaid` se viene utilizzato il parametro `userData`.

[comment]: # ({/e39ed218-a985edf6})

[comment]: # ({404eb29c-22f343da})
#### usergroup

[ZBXNEXT-6876](https://support.zabbix.com/browse/ZBXNEXT-6876) Aggiunte le nuove proprietà `mfa_status` e `mfaid`.<br>
[ZBXNEXT-6876](https://support.zabbix.com/browse/ZBXNEXT-6876) `usergroup.get`: aggiunti i nuovi parametri `mfa_status` e `mfaids`.

[comment]: # ({/404eb29c-22f343da})

















