[comment]: # ({84ed4413-449ef1ba})
# Apéndice 2. Cambios de 6.4 a 7.0

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

[comment]: # ({6b0a3b97-31b2151e})
## Cambios incompatibles hacia atrás

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

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

[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) `alert.get`: Se ha añadido una validación estricta de los parámetros del método.

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

[comment]: # ({23ed6447-efc951bf})
#### autenticación

[ZBXNEXT-8880](https://support.zabbix.com/browse/ZBXNEXT-8880) Las propiedades `http_auth_enabled`, `http_login_form`, `http_strip_domains`, `http_case_sensitive` estarán disponibles sólo si `$ALLOW_HTTP_AUTH` está habilitado en el [archivo de configuración 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) Se ha añadido la nueva propiedad `item_value_type`, que se admite si `data_type` se establece en "Valores de item" (0).<br>
[ZBXNEXT-8735](https://support.zabbix.com/browse/ZBXNEXT-8735) Se ha añadido la nueva propiedad `attempt_interval`, que se admite si `max_attempts` es mayor que 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) Se ha renombrado el tipo de [widget de dashboard](/manual/api/reference/dashboard/object#dashboard-widget) de `plaintext` a [`itemhistory`](/manual/api/reference/dashboard/widget_fields/item_history), se han reemplazado los campos del widget de dashboard `itemids.0`, `style`, `show_as_html` por `columns.0.itemid`, `layout`, `columns.0.display` y se han añadido nuevos campos de widget de dashboard.<br>
[ZBXNEXT-8496](https://support.zabbix.com/browse/ZBXNEXT-8496) Se han reemplazado los campos del widget de dashboard `columns.0.timeshift`, `columns.0.aggregate_interval` por `columns.0.time_period._reference`, `columns.0.time_period.from`, `columns.0.time_period.from` en el widget [`tophosts`](/manual/api/reference/dashboard/widget_fields/top_hosts#item-value).<br>
[ZBXNEXT-2299](https://support.zabbix.com/browse/ZBXNEXT-2299) Se ha reemplazado el campo del widget de dashboard `unacknowledged` por dos nuevos campos `acknowledgement_status` y `acknowledged_by_me` en el widget [`problems`](/manual/api/reference/dashboard/widget_fields/problems#parameters).<br>
[ZBXNEXT-8245](https://support.zabbix.com/browse/ZBXNEXT-8245) Se ha eliminado el campo del widget de dashboard `adv_conf` en los widgets [`clock`](/manual/api/reference/dashboard/widget_fields/clock#parameters) y [`item`](/manual/api/reference/dashboard/widget_fields/item_value#parameters).<br>
[ZBXNEXT-8145](https://support.zabbix.com/browse/ZBXNEXT-8145) Se ha cambiado la nomenclatura de los campos del widget de dashboard: los campos de datos complejos se han renombrado de `str.str.index1.index2` a `str.index1.str.index2` (por ejemplo, `thresholds.0.threshold.1`, `ds.0.hosts.1`); los campos que hacen referencia a objetos de la base de datos se han renombrado de `str` a `str.index1` (por ejemplo, `itemid.0`, `severities.0`).<br>
[ZBXNEXT-8145](https://support.zabbix.com/browse/ZBXNEXT-8145) Se ha reemplazado el campo del widget de dashboard `filter_widget_reference` por `sysmapid._reference` y se ha eliminado el campo `source_type` en el widget [`map`](/manual/api/reference/dashboard/widget_fields/map#parameters).<br>
[ZBXNEXT-8145](https://support.zabbix.com/browse/ZBXNEXT-8145) Se ha reemplazado el campo del widget de dashboard `dynamic` por `override_hostid._reference` en los widgets [`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) y [`url`](/manual/api/reference/dashboard/widget_fields/url#parameters).<br>
[ZBXNEXT-8145](https://support.zabbix.com/browse/ZBXNEXT-8145) Se han reemplazado los campos del widget de dashboard `graph_time` por `time_period._reference`, `time_from` por `time_period.from`, `time_to` por `time_period.to` en el widget [`svggraph`](/manual/api/reference/dashboard/widget_fields/graph#time-period).<br>
[ZBXNEXT-9044](https://support.zabbix.com/browse/ZBXNEXT-9044) Se ha cambiado el rango de valores de los parámetros del widget de dashboard `x` (de 0-23 a 0-71) y `y` (de 0-62 a 0-63) así como `width` (de 1-24 a 1-72) y `height` (de 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`: Las propiedades `headers` y `query_fields` cambiaron de un objeto indexado por nombre a un array de objetos con propiedades separadas `name` y `value`.

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

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

[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) `event.get`: Se ha añadido una validación estricta de los parámetros del método.

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

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

[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) La propiedad `proxyid` ahora es *obligatoria* si `monitored_by` se establece en "Proxy"; las solicitudes de API que utilicen `proxyid` ahora también deben usar `monitored_by`.<br>
[ZBXNEXT-5878](https://support.zabbix.com/browse/ZBXNEXT-5878) `host.create`, `host.update`, `host.massAdd`, `host.massUpdate`, `host.massRemove`: Se ha añadido una validación estricta de los parámetros `groups`, `macros`, `tags`, `templates`.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) `host.get`: Se ha eliminado la compatibilidad con el parámetro `proxy_hosts`.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Se ha renombrado la propiedad `proxy_hostid` a `proxyid`.

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

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

[ZBXNEXT-8702](https://support.zabbix.com/browse/ZBXNEXT-8702) `hostgroup.get`: Se han renombrado los parámetros `selectHostPrototype` a `selectHostPrototypes`, `selectDiscoveryRule` a `selectDiscoveryRules`, `selectGroupDiscovery` a `selectGroupDiscoveries`; ahora cada parámetro devolverá un array de objetos en lugar de un objeto.<br>
[ZBXNEXT-8702](https://support.zabbix.com/browse/ZBXNEXT-8702) `hostgroup.get`: Se han renombrado las propiedades de salida `hostPrototype` a `hostPrototypes`, `discoveryRule` a `discoveryRules`, `groupDiscovery` a `groupDiscoveries`.<br>
[ZBXNEXT-8702](https://support.zabbix.com/browse/ZBXNEXT-8702) `hostgroup.get`: Se ha eliminado el soporte para la propiedad `groupid` en el parámetro `selectGroupDiscoveries` (anteriormente - `selectGroupDiscovery`).

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

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

[ZBXNEXT-7726](https://support.zabbix.com/browse/ZBXNEXT-7726) La propiedad `params` ahora es *obligatoria* para los pasos de preprocesamiento del tipo "Comprobar si el valor no es soportado".<br>
[ZBXNEXT-7578](https://support.zabbix.com/browse/ZBXNEXT-7578) `item.get`, `item.create`, `item.update`: Las propiedades `headers` y `query_fields` cambiaron de un objeto indexado por nombre a un array de objetos con propiedades separadas `name` y `value`.

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

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

[ZBXNEXT-7726](https://support.zabbix.com/browse/ZBXNEXT-7726) La propiedad `params` ahora es *obligatoria* para los pasos de preprocesamiento del tipo "Comprobar valor no soportado".<br>
[ZBXNEXT-7578](https://support.zabbix.com/browse/ZBXNEXT-7578) `itemprototype.get`, `itemprototype.create`, `itemprototype.update`: Las propiedades `headers` y `query_fields` cambiaron de objeto indexado por nombre a un array de objetos con propiedades `name` y `value` separadas.

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

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

[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) `problem.get`: Se ha añadido una validación estricta de los parámetros del método.

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

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

[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Se eliminaron las propiedades de objeto `interface` y `auto_compress`.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Se agregaron las propiedades `address` y `port` para los proxies Zabbix pasivos.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Se renombraron las propiedades `host` a `name`, `status` a `operating_mode`, `proxy_address` a `allowed_addresses`.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Se cambiaron los valores de la propiedad `operating_mode` (anteriormente - `status`) (0 - proxy activo, 1 - proxy pasivo).<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) `proxy.get`: Se eliminó la compatibilidad con el parámetro `selectInterface`.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) `proxy.create` y `proxy.update`: Se eliminó la compatibilidad con el parámetro `interface`.

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

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

[ZBXNEXT-8880](https://support.zabbix.com/browse/ZBXNEXT-8880) `script.create` y `script.update`: El valor del parámetro `execute_on` "1" (ejecutar en el servidor Zabbix) solo será compatible si la ejecución de scripts globales está habilitada en el servidor Zabbix.<br>
[ZBXNEXT-8121](https://support.zabbix.com/browse/ZBXNEXT-8121) `script.getscriptsbyhosts`: El método ya no acepta un array de IDs de host. Ahora acepta un objeto con los siguientes parámetros: `hostid`, `scriptid`, `manualinput`.<br>
[ZBXNEXT-8121](https://support.zabbix.com/browse/ZBXNEXT-8121) `script.getscriptsbyevents`: El método ya no acepta un array de IDs de evento. Ahora acepta un objeto con los siguientes parámetros: `eventid`, `scriptid`, `manualinput`.

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

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

[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Se ha renombrado la propiedad `proxy_hostid` a `proxyid`.

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

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

[ZBXNEXT-9044](https://support.zabbix.com/browse/ZBXNEXT-9044) Se ha cambiado el rango de valores de los parámetros de los widgets del dashboard `x` (de 0-23 a 0-71) e `y` (de 0-62 a 0-63), así como `width` (de 1-24 a 1-72) y `height` (de 2-32 a 1-64).

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

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

[ZBXNEXT-8760](https://support.zabbix.com/browse/ZBXNEXT-8760) `user.update`: La propiedad `userdirectoryid` para el usuario es ahora de solo lectura.<br>
[ZBXNEXT-8760](https://support.zabbix.com/browse/ZBXNEXT-8760) `user.get`: Se ha añadido la nueva propiedad de solo lectura `userdirectory_mediaid` para los medios creados por la acción de aprovisionamiento.

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

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

[ZBXNEXT-8760](https://support.zabbix.com/browse/ZBXNEXT-8760) `userdirectory.create`, `userdirectory.update`: Se han añadido nuevas propiedades a las asignaciones de medios - `active`, `severity`, `period`.

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

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

[ZBXNEXT-8760](https://support.zabbix.com/browse/ZBXNEXT-8760) `usergroup.update`: Se ha añadido una restricción sobre los cambios de usuarios de grupo para los usuarios provisionados.

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

[comment]: # ({b1a9cda4-5b2db1cc})
## Otros cambios y correcciones de errores

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

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

[ZBXNEXT-6524](https://support.zabbix.com/browse/ZBXNEXT-6524) Se ha añadido soporte para dos nuevos valores en la propiedad `operationtype` (13 - Añadir etiquetas de host, 14 - Eliminar etiquetas de host) y una nueva propiedad `optag` para dos tipos de acción `eventsource` (1 - Descubrimiento, 2 - Autoregistro) disponible solo en la propiedad `operations`.<br>
[ZBX-21850](https://support.zabbix.com/browse/ZBX-21850) `action.get`: Las condiciones de filtrado se ordenarán en el orden de su colocación en la fórmula.

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

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

[ZBXNEXT-8541](https://support.zabbix.com/browse/ZBXNEXT-8541) Se ha añadido una nueva acción de entrada en el [registro de auditoría](/manual/api/reference/auditlog/object#audit-log) (12 - Push) y un nuevo tipo de recurso (53 - History).

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

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

[ZBXNEXT-6876](https://support.zabbix.com/browse/ZBXNEXT-6876) Se han añadido las nuevas propiedades `mfa_status` y `mfaid`.

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

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

[ZBXNEXT-6876](https://support.zabbix.com/browse/ZBXNEXT-6876) Se agregó una nueva API [MFA](/manual/api/reference/mfa) con métodos `mfa.create`, `mfa.update `, `mfa.get`, `mfa.delete`.

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

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

[ZBXNEXT-8956](https://support.zabbix.com/browse/ZBXNEXT-8956) Se han añadido nuevos campos de widget de dashboard `groupids._reference`, `hostids._reference`, `itemid._reference`, `graphid._reference`, `reference` en múltiples widgets.<br>
[ZBXNEXT-9057](https://support.zabbix.com/browse/ZBXNEXT-9057) Se ha añadido el nuevo campo de widget de dashboard `show_software_update_check_details` en el widget [`systeminfo`](/manual/api/reference/dashboard/widget_fields/system).<br>
[ZBXNEXT-8686](https://support.zabbix.com/browse/ZBXNEXT-8686) Se ha añadido un nuevo tipo de [widget de 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) Se ha añadido un nuevo tipo de [widget de 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) Se ha añadido un nuevo tipo de [widget de 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) Se ha añadido el nuevo campo de widget de dashboard `legend_lines_mode` en el widget [`graph`](/manual/api/reference/dashboard/widget_fields/graph#legend).<br>
[ZBXNEXT-8496](https://support.zabbix.com/browse/ZBXNEXT-8496) Se han añadido nuevos campos de widget de dashboard `aggregate_function`, `history`, `time_period._reference`, `time_period.from`, `time_period.from` en el widget [`item`](/manual/api/reference/dashboard/widget_fields/item_value#advanced-configuration).<br>
[ZBXNEXT-7736](https://support.zabbix.com/browse/ZBXNEXT-7736) Se ha añadido un nuevo valor para el campo `interface_type` (5 - Zabbix Agent(active checks)) en el widget [`hostavail`](/manual/api/reference/dashboard/widget_fields/host_availability#parameters).<br>
[ZBXNEXT-7736](https://support.zabbix.com/browse/ZBXNEXT-7736) Se ha añadido el nuevo campo de widget de dashboard `only_totals` en el widget [`hostavail`](/manual/api/reference/dashboard/widget_fields/host_availability#parameters).<br>
[ZBXNEXT-7687](https://support.zabbix.com/browse/ZBXNEXT-7687) Se ha añadido el nuevo campo de widget de dashboard `maintenance` en el widget [`tophosts`](/manual/api/reference/dashboard/widget_fields/top_hosts#parameters).<br>
[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) Se ha añadido un nuevo tipo de [widget de 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) Se ha añadido un nuevo tipo de [widget de 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) Se ha añadido un nuevo tipo de [widget de 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) Se ha añadido el nuevo campo de widget de dashboard `legend_aggregation` en el widget [`graph`](/manual/api/reference/dashboard/widget_fields/graph#legend).<br>
[ZBXNEXT-8145](https://support.zabbix.com/browse/ZBXNEXT-8145) Se ha añadido el nuevo campo de widget de dashboard `reference` en los widgets [`svggraph`](/manual/api/reference/dashboard/widget_fields/graph#parameters), [`graph`](/manual/api/reference/dashboard/widget_fields/graph_classic#parameters) y [`graphprototype`](/manual/api/reference/dashboard/widget_fields/graph_prototype#parameters).<br>
[ZBXNEXT-8145](https://support.zabbix.com/browse/ZBXNEXT-8145) Se han añadido nuevos campos de widget de dashboard `time_period._reference`, `time_period.from`, `time_period.to` en los widgets [`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) y [`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) Se ha añadido la nueva propiedad `allow_redirect`.

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

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

[ZBXNEXT-9150](https://support.zabbix.com/browse/ZBXNEXT-9150) Se ha añadido un nuevo tipo de regla LLD `type` (22 - Browser).<br>
[ZBXNEXT-8645](https://support.zabbix.com/browse/ZBXNEXT-8645) Se ha añadido un nuevo tipo de [preprocesamiento de reglas LLD](/manual/api/reference/discoveryrule/object#lld-rule-preprocessing) "SNMP get value" (30).<br>
[ZBXNEXT-8645](https://support.zabbix.com/browse/ZBXNEXT-8645) Ahora la propiedad `timeout` también es compatible si el `type` del item está configurado como "SNMP agent" (20) y `snmp_oid` comienza con "`get[`".<br>
[ZBXNEXT-1096](https://support.zabbix.com/browse/ZBXNEXT-1096) Ahora la propiedad `timeout` es compatible si el `type` del item está configurado como "Zabbix agent" (0), "Simple check" (3) y `key_` no comienza con "`vmware.`" ni "`icmpping`", "Zabbix agent (active)" (7), "External check" (10), "Database monitor" (11), "SSH agent" (13), "TELNET agent" (14), "SNMP agent" (20) y `snmp_oid` comienza con "`walk[`".<br>
[ZBXNEXT-7726](https://support.zabbix.com/browse/ZBXNEXT-7726) Se ha añadido soporte para el tipo de [preprocesamiento de reglas LLD](/manual/api/reference/discoveryrule/object#lld-rule-preprocessing) "Matches regular expression" (14).<br>
[ZBXNEXT-6986](https://support.zabbix.com/browse/ZBXNEXT-6986) El método `discoveryrule.copy` ha quedado obsoleto.<br>
[ZBXNEXT-7578](https://support.zabbix.com/browse/ZBXNEXT-7578) Ahora es posible almacenar más datos para la propiedad `query_fields`, tener entradas repetidas de `header` y `query_fields`.<br>
[ZBXNEXT-2020](https://support.zabbix.com/browse/ZBXNEXT-2020) Se han añadido las nuevas propiedades `lifetime_type`, `enabled_lifetime` y `enabled_lifetime_type`.<br>
[ZBXNEXT-2020](https://support.zabbix.com/browse/ZBXNEXT-2020) Se ha cambiado el valor por defecto del parámetro `lifetime` de `30d` a `7d`.<br>
[ZBX-21850](https://support.zabbix.com/browse/ZBX-21850) `discoveryrule.get`: Las condiciones de filtro se ordenarán en el orden de su colocación en la fórmula.

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

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

[ZBXNEXT-2732](https://support.zabbix.com/browse/ZBXNEXT-2732) Se ha añadido la nueva propiedad `concurrency_max`.<br>
[ZBXNEXT-8500](https://support.zabbix.com/browse/ZBXNEXT-8500) Se ha renombrado `proxy_hostid` a `proxyid`

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

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

[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) `event.get`: Se han añadido los nuevos parámetros `selectAcknowledges`, `selectAlerts`, `trigger_severities` y `groupBy`.<br>
[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) `event.get`: Se han desaprobado los parámetros `select_acknowledges` y `select_alerts`.<br>
[ZBXNEXT-2299](https://support.zabbix.com/browse/ZBXNEXT-2299), [ZBX-23240](https://support.zabbix.com/browse/ZBX-23240) `event.get`: Se han añadido los nuevos parámetros `action` y `action_userids`.

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

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

[ZBXNEXT-2020](https://support.zabbix.com/browse/ZBXNEXT-2020) `graph.get`: El metodo tambien soporta ahora la propiedad `status` si se utiliza el parámetro `selectGraphDiscovery`.

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

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

[ZBXNEXT-9193](https://support.zabbix.com/browse/ZBXNEXT-9193) `history.get`: El parámetro `sortfield` ahora soporta `ns`.<br>
[ZBXNEXT-8541](https://support.zabbix.com/browse/ZBXNEXT-8541) Se ha añadido el nuevo método `history.push`.

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

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

[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) Se han añadido las nuevas propiedades `monitored_by` y `proxy_groupid`.<br>
[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) Se ha añadido la nueva propiedad de solo lectura `assigned_proxyid`.<br>
[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) `host.get`: Se ha añadido el nuevo parámetro `proxy_groupids`.<br>
[ZBXNEXT-2020](https://support.zabbix.com/browse/ZBXNEXT-2020) `host.get`: El método ahora también soporta las propiedades `status`, `ts_disable` y `disable_source` si se utiliza el parámetro `selectHostDiscovery`.

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

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

[ZBXNEXT-2020](https://support.zabbix.com/browse/ZBXNEXT-2020) `hostgroup.get`: El método también soporta ahora la propiedad `status` si se usa el parámetro `selectGroupDiscoveries`.

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

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

[ZBX-23284](https://support.zabbix.com/browse/ZBX-23284) `hostprototype.get`, `hostprototype.update`: Se recuperó la compatibilidad con la propiedad `group_prototypeid` de los objetos prototipo de grupo.

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

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

[ZBXNEXT-9150](https://support.zabbix.com/browse/ZBXNEXT-9150) Se ha añadido un nuevo tipo de item (`type`) (22 - Navegador).<br>
[ZBXNEXT-7460](https://support.zabbix.com/browse/ZBXNEXT-7460) Se ha añadido la nueva propiedad de solo lectura `name_resolved`.<br>
[ZBXNEXT-8645](https://support.zabbix.com/browse/ZBXNEXT-8645) Se ha añadido un nuevo tipo de [preprocesamiento de item](/manual/api/reference/item/object#item-preprocessing) "SNMP get value" (30).<br>
[ZBXNEXT-8645](https://support.zabbix.com/browse/ZBXNEXT-8645) Ahora también se admite la propiedad `timeout` si el tipo de item (`type`) está establecido en "SNMP agent" (20) y `snmp_oid` comienza con "`get[`".<br>
[ZBXNEXT-1096](https://support.zabbix.com/browse/ZBXNEXT-1096) Ahora se admite la propiedad `timeout` si el tipo de item (`type`) está establecido en "Zabbix agent" (0), "Simple check" (3) y `key_` no comienza con "`vmware.`" ni "`icmpping`", "Zabbix agent (active)" (7), "External check" (10), "Database monitor" (11), "SSH agent" (13), "TELNET agent" (14), "SNMP agent" (20) y `snmp_oid` comienza con "`walk[`".<br>
[ZBXNEXT-7726](https://support.zabbix.com/browse/ZBXNEXT-7726) Se han añadido los componentes *scope* y *pattern* a los parámetros para los pasos del tipo "Check for not supported value".<br>
[ZBXNEXT-7578](https://support.zabbix.com/browse/ZBXNEXT-7578) Ahora es posible almacenar más datos para la propiedad `query_fields`, tener entradas repetidas de `header` y `query_fields`.<br>
[ZBXNEXT-2020](https://support.zabbix.com/browse/ZBXNEXT-2020) `item.get`: El método ahora también admite las propiedades `status`, `ts_disable` y `disable_source` si se utiliza el parámetro `selectItemDiscovery`.

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

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

[ZBXNEXT-9150](https://support.zabbix.com/browse/ZBXNEXT-9150) Se añadió un nuevo tipo de prototipo de item `type` (22 - Navegador).<br>
[ZBXNEXT-8645](https://support.zabbix.com/browse/ZBXNEXT-8645) Se añadió un nuevo tipo de [preprocesamiento de prototipo de item](/manual/api/reference/itemprototype/object#item-prototype-preprocessing) "SNMP get value" (30).<br>
[ZBXNEXT-8645](https://support.zabbix.com/browse/ZBXNEXT-8645) Ahora la propiedad `timeout` también es compatible si el `type` del item se establece en "SNMP agent" (20) y `snmp_oid` comienza con "`get[`".<br>
[ZBXNEXT-1096](https://support.zabbix.com/browse/ZBXNEXT-1096) Ahora la propiedad `timeout` es compatible si el `type` del item se establece en "Zabbix agent" (0), "Simple check" (3) y `key_` no comienza con "`vmware.`" y "`icmpping`", "Zabbix agent (active)" (7), "External check" (10), "Database monitor" (11), "SSH agent" (13), "TELNET agent" (14), "SNMP agent" (20) y `snmp_oid` comienza con "`walk[`".<br>
[ZBXNEXT-7726](https://support.zabbix.com/browse/ZBXNEXT-7726) Se añadieron los componentes *scope* y *pattern* a los parámetros para los pasos del tipo "Check for not supported value".<br>
[ZBXNEXT-7578](https://support.zabbix.com/browse/ZBXNEXT-7578) Ahora es posible almacenar más datos para la propiedad `query_fields`, tener entradas repetidas de `header` y `query_fields`.

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

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

[ZBXNEXT-4165](https://support.zabbix.com/browse/ZBXNEXT-4165) `mediatype.get`: Se ha añadido el nuevo parámetro `selectActions`.<br>
[ZBXNEXT-9138](https://support.zabbix.com/browse/ZBXNEXT-9138) `mediatype.get`, `mediatype.create`, `mediatype.update`: Se ha añadido la nueva propiedad `message_format`.<br>
[ZBXNEXT-9138](https://support.zabbix.com/browse/ZBXNEXT-9138) `mediatype.get`, `mediatype.create`, `mediatype.update`: Se ha desaprobado la propiedad `content_type`.

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

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

[ZBX-21850](https://support.zabbix.com/browse/ZBX-21850) `correlation.get`: Las condiciones de filtro se ordenarán en el orden de su colocación en la fórmula.

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

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

[ZBXNEXT-2299](https://support.zabbix.com/browse/ZBXNEXT-2299), [ZBX-23240](https://support.zabbix.com/browse/ZBX-23240) `problem.get`: Se han añadido los nuevos parámetros `action` y `action_userids`.

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

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

[ZBXNEXT-9150](https://support.zabbix.com/browse/ZBXNEXT-9150) Se ha añadido la nueva propiedad `timeout_browser`.<br>
[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) Se ha añadido la nueva propiedad de solo lectura `state`.<br>
[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) `proxy.get`: Se han añadido los nuevos parámetros `proxy_groupids`, `selectAssignedHosts` y `selectProxyGroup`.<br>
[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) `proxy.get`: El parámetro `selectHosts` ahora soporta `count`.<br>
[ZBXNEXT-1096](https://support.zabbix.com/browse/ZBXNEXT-1096) Se han añadido las nuevas propiedades `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) Se han añadido las propiedades `address` y `port` para los proxies pasivos de Zabbix.

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

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

[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) Se ha añadido la nueva API [proxygroup](/manual/api/reference/proxygroup).

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

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

[ZBXNEXT-8758](https://support.zabbix.com/browse/ZBXNEXT-8758) Se ha añadido un nuevo [elemento de la interfaz de usuario](/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) Se han añadido nuevas propiedades `manualinput`, `manualinput_prompt`, `manualinput_validator`, `manualinput_validator_type`, `manualinput_default_value`.<br>
[ZBXNEXT-8121](https://support.zabbix.com/browse/ZBXNEXT-8121) `script.execute`: Se ha añadido el nuevo parámetro `manualinput`.

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

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

[ZBXNEXT-9150](https://support.zabbix.com/browse/ZBXNEXT-9150) Se ha añadido la nueva propiedad `timeout_browser`.<br>
[ZBXNEXT-8837](https://support.zabbix.com/browse/ZBXNEXT-8837) Se ha añadido la nueva propiedad `auditlog_mode`.<br>
[ZBXNEXT-1096](https://support.zabbix.com/browse/ZBXNEXT-1096) Se han añadido las nuevas propiedades `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) Se añadió un nuevo tipo de [widget de dashboard de template](/manual/api/reference/templatedashboard/object#template-dashboard-widget) `itemnavigator`.<br>
[ZBXNEXT-8685](https://support.zabbix.com/browse/ZBXNEXT-8685) Se añadió un nuevo tipo de [widget de dashboard de template](/manual/api/reference/templatedashboard/object#template-dashboard-widget) `hostnavigator`.<br>
[ZBXNEXT-8683](https://support.zabbix.com/browse/ZBXNEXT-8683) Se añadió un nuevo tipo de [widget de dashboard de template](/manual/api/reference/templatedashboard/object#template-dashboard-widget) `honeycomb`.<br>
[ZBXNEXT-6974](https://support.zabbix.com/browse/ZBXNEXT-6974) Se añadió un nuevo tipo de [widget de dashboard de template](/manual/api/reference/templatedashboard/object#template-dashboard-widget) `toptriggers`.<br>
[ZBXNEXT-743](https://support.zabbix.com/browse/ZBXNEXT-743) Se añadió un nuevo tipo de [widget de dashboard de template](/manual/api/reference/templatedashboard/object#template-dashboard-widget) `gauge`.<br>
[ZBXNEXT-8086](https://support.zabbix.com/browse/ZBXNEXT-8079) Se añadieron nuevos tipos de [widget de dashboard de 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) Se añadieron nuevos tipos de [campos de widget de dashboard de template](/manual/api/reference/templatedashboard/object#template-dashboard-widget-field) (8 - Mapa, 9 - Servicio, 10 - SLA, 11 - Usuario, 12 - Acción, 13 - Tipo de medio).<br>
[ZBXNEXT-8331](https://support.zabbix.com/browse/ZBXNEXT-8331) Se añadió un nuevo tipo de [widget de dashboard de 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`: El método, tambien soporta ahora las propiedades `status`, `ts_disable` y `disable_source` si se usa el parámetro  `selectTriggerDiscovery`.

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

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

[ZBXNEXT-6876](https://support.zabbix.com/browse/ZBXNEXT-6876) Se ha añadido el nuevo método `user.resettotp`.<br>
[ZBXNEXT-6876](https://support.zabbix.com/browse/ZBXNEXT-6876) `user.login`: El método ahora también devuelve `mfaid` si se utiliza el parámetro `userData`.

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

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

[ZBXNEXT-6876](https://support.zabbix.com/browse/ZBXNEXT-6876) Se han añadido las nuevas propiedades `mfa_status` y `mfaid`.<br>
[ZBXNEXT-6876](https://support.zabbix.com/browse/ZBXNEXT-6876) `usergroup.get`: Se han añadido los nuevos parámetros `mfa_status` y `mfaids`.

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

















