Áú»¢¶Ä²©

This is a translation of the original English documentation page. Help us make it better.

Appendix 3. Changes in 7.2

7.2.5

API

Added support for accepting headers in a case-insensitive way (e.g., authorization, Authorization, and AUTHORIZATION are treated the same).

7.2.4

alert

alert.get: Admin and User type users may now retrieve "message" (0) type alert data about users in their user group.

drule

drule.update: It is no longer possible to delete a discovery rule check that is used in action condition. In such case, an error message is returned instead of automatically disabling the action.

host

host.delete: It is no longer possible to delete a host that is used in action condition or operation. In such cases, an error message is returned instead of automatically disabling the action.

hostgroup

hostgroup.delete: It is no longer possible to delete a host group that is used in action condition or operation. In such cases, an error message is returned instead of automatically disabling the action.

template

template.delete: It is no longer possible to delete a template that is used in action condition or operation. In such cases, an error message is returned instead of automatically disabling the action.

trigger

trigger.delete: It is no longer possible to delete a trigger that is used in action condition. In such case, an error message is returned instead of automatically disabling the action.

7.2.3

alert

alert.get: Parameter selectUsers now returns data based on the restrictions added to user.get method.
alert.get: Admin and User type users may now retrieve "message" (0) type alert data only about their own user.

mediatype

mediatype.get: Parameter selectUsers now returns data based on the restrictions added to user.get method.

role

role.get: Parameter selectUsers now returns data based on the restrictions added to user.get method.

user

Added new property provisioned to User object and user Media object.
Properties ts_provisioned, userdirectoryid, and userdirectory_mediaid are now supported only for Super admin type users.
user.get: When requesting user media, permissions, or role information, Admin and User type users may retrieve data only about their own user.
user.get: Admin and User type users may now retrieve only the following User object properties for their own user: userid, attempt_clock, attempt_failed, attempt_ip, autologin, autologout, lang, name, provisioned, refresh, roleid, rows_per_page, surname, theme, timezone, url, username. For users in their user group: userid, name, surname, username.

usergroup

Properties mfaid and userdirectoryid are now supported only for Super admin type users.
usergroup.get: Parameter mfaids is now supported only for Super admin type users.
usergroup.get: Parameter selectUsers now returns data based on the restrictions added to user.get method.

7.2.1

API

Added support for Authorization HTTP request header and OPTIONS HTTP request method in cross-origin requests ().