List of changes for all *.get methods is complete.
List of changes for other methods is still not complete.
Actions API changed significantly:
* for "Send message" operation added arrays opmessage, opmessage_usr, opmessage_grp
* for "Execute remote command" operation added arrays opcommand_hst, opcommand_grp
* for "Add host group" and "Remove host group" added array opgroup
* for "Link to template" and "Unlink from template" added array optemplate
* Added new parameters for //action.get// method: usrgrpids, scriptids
* Parameter names for method //action.get// have been changed from → to: select_conditions → selectConditions, select_operations → selectOperations
Parameter names for method alert.get have been changed from → to: select_mediatypes → selectMediatypes, select_users → selectUsers, select_hosts → selectHosts.
API version has been increased. Method apiinfo.version now returns 1.4 as a result.
Parameter names for method application.get have been changed from → to: select_hosts → selectHosts, select_items → selectItems.
Added new parameters for dcheck.get method: dserviceids, selectHosts.
No specific changes for dhost.get method.
New API class for low level discovery rules has been added.
No specific changes for drule.get method.
Added create/update methods.
No specific changes for dservice.get method.
Methods event.create and event.delete not supported anymore and have been removed.
Parameter names for method event.get have been changed from → to: select_hosts → selectHosts, select_items → selectItems, select_triggers → selectTriggers
Parameter hide_unknown replaced by showUnknown
Added new parameters for extending output: select_alerts, select_acknowledges, groupCount
Added new parameters for optional filtering: filter, search, searchByAny, startSearch, excludeSearch, searchWildcardsEnabled.
Added new parameters for graph.get method: discoveryids, selectDiscoveryRule.
Parameter names for method graph.get have been changed from → to: select_groups → selectGroups, select_templates → selectTemplates, select_hosts → selectHosts, select_items → selectItems, select_graph_items → selectGraphItems.
Parameter name for method graphitem.get has been changed from → to: select_graphs→ selectGraphs.
New API class for graph prototypes has been added.
No specific changes for history.get method.
Each host can now have multiple host interfaces instead of just one.
Added new parameters for host.get method: interfaceids, applicationids, httptestids, with_simple_graph_items, with_applications, withInventory, selectDiscoveries, selectScreens, selectInterfaces
Parameter names for method host.get have been changed from → to: select_groups → selectGroups, select_items → selectItems, select_triggers→ selectTriggers, select_graphs → selectGraphs, select_dhosts → selectDHosts, select_dservices → selectDServices, select_applications → selectApplications, select_macros → selectMacros, select_profile → selectInventory.
host.get parameter 'selectInventory' now supports not only boolean values, but also an array of fields that needs to be fetched (similar to 'output' option).
host.create, host.update and host.massUpdate parameter 'profile' and 'extendedProfile' are replaced by 'inventory'.
host.create has new parameter 'inventory_mode' which specifies if host inventory is: -1 - disabled, 0 - manual or 1 - automatic, for the host being created. host.massupdate with macros now removes all existing macros from hosts and create new ones instead of trying to update macros based on hostmacroid. To update host macros host.update can be used.
New API class for host interfaces has been added.
Added new parameters for hostgroup.get method: with_hosts_and_templates, with_simple_graph_items, with_applications
Parameter names for method hostgroup.get have been changed from → to: select_hosts → selectHosts, select_templates → selectTemplates
Added new parameters for item.get method: interfaceids, discoveryids, selectInterfaces, selectDiscoveryRule, selectItemDiscovery.
Parameter names for method item.get have been changed from → to: select_hosts → selectHosts, select_triggers→ selectTriggers, select_graphs → selectGraphs, select_applications → selectApplications.
An item field "description" has been renamed to "name".
New item field "description" added. It can be used for multi-line item description.
New item field "inventory_link" added.
New API class for item prototypes has been added.
New API class for icon maps has been added.
No changes for image.get method.
Parameter names for method maintenance.get have been changed from → to: select_groups → selectGroups, select_hosts → selectHosts
Map object gets 16 additional fields
Map element gets 6 additional fields
Added new parameters for map.get method: selectIconMap, expandUrls.
Parameter names for method map.get have been changed from → to: select_links → selectLinks, select_selements → selectSelements.
map.addElements has been renamed to map.createSelements, map.updateElements to map.updateSelements and map.deleteElements to map.deleteSelements.
New API class for map elements has been added.
Added new medaitype field "status".
Parameter names for method mediatype.get have been changed from → to: select_users → selectUsers, select_medias → selectMedias.
Added new parameters for proxy.get method: selectInterfaces.
Parameter names for method proxy.get have been changed from → to: select_hosts → selectHosts.
Added new parameters for screen.get method: groupCount.
Parameter names for method screen.get have been changed from → to: select_screenitems → selectScreenItems.
New API class for screen items has been added.
Added new script fields: description, question, type, execute_on.
Added new parameters for script.get method: usrgrpids.
Parameter names for method script.get have been changed from → to: select_groups → selectGroups, select_hosts → selectHosts.
Added new parameters for template.get method: selectDiscoveries, selectScreens.
Parameter names for method template.get have been changed from → to: select_groups → selectGroups, select_hosts → selectHosts, select_templates → selectTemplates, selectParentTemplates → selectParentTemplates, select_items → selectItems, select_triggers → selectTriggers, select_graphs → selectGraphs, select_applications → selectApplications, select_macros → selectMacros.
Added new value "hostname" as sortfield.
Added new parameters for trigger.get method: discoveryids, selectDiscoveryRule.
Parameter names for method trigger.get have been changed from → to: select_groups → selectGroups, select_hosts → selectHosts, select_items → selectItems, select_functions → selectFunctions, select_dependencies → selectDependencies.
New API class for trigger prototypes has been added.
Method user.addMedia if it's successful now returns array of created user media IDs. Previously it returned array of updated User IDs.
Method user.deleteMedia now should receive an array of user media IDs which should be deleted. Previously it should receive media objects which should be deleted.
Added new parameters for user.get method: selectMedias.
Parameter names for method user.get have been changed from → to: select_usrgrps → selectUsrgrps, select_mediatypes → selectMediatypes, get_access → getAccess.
Method user.get with the option "output": "extend" now will not show user password hashes, i.e. they are removed from output.
From UserGroup object removed field api_access.
Removed "with_api_access" parameter for usergroup.get method.
Parameter names for method usergroup.get have been changed from → to: select_users → selectUsers.
Method usermacro.updateglobal now uses macro IDs instead of macro names.
Method usermacro.massadd renamed to usermacro.create and will now accept an array of macros.
Method usermacro.massupdate renamed to usermacro.update. It will now accept an array of macros, and update the data via IDs instead of macro names.
Method usermacro.deletehostmacro renamed to usermacro.delete.
Removed the usermacro.massRemove method.
Parameter names for method usermacro.get have been changed from → to: select_groups → selectGroups, select_hosts → selectHosts, select_templates → selectTemplates.
Added new class Usermedia with a method get.
New API class for web checks has been added.