Changes:
changed validation of script
object to be unique by combination of 2 properties: name
and menu_path
.
Changes:
user.checkAuthentication
: added new parameter token
.
Changes:
configuration.import
, configuration.importcompare
: option deleteMissing: true
for templateLinkage
will now unlink missing templates (instead of unlink and clear).
Changes:
discoveryrule.update
: the parameter uuid
can now be updated.
Changes:
graph.update
: the parameter uuid
can now be updated.
Changes:
graphprototype.update
: the parameter uuid
can now be updated.
Changes:
hostgroup.update
: the parameter uuid
can now be updated.
Changes:
hostprototype.update
: the parameter uuid
can now be updated.
Changes:
httptest.update
: the parameter uuid
can now be updated.
Changes:
item.update
: the parameter uuid
can now be updated.
Changes:
itemprototype.update
: the parameter uuid
can now be updated.
Changes:
template.update
: the parameter uuid
can now be updated.
Changes:
templatedashboard.update
: the parameter uuid
can now be updated.
Changes:
trigger.update
: the parameter uuid
can now be updated.
Changes:
triggerprototype.update
: the parameter uuid
can now be updated.
Changes:
valuemap.update
: the parameter uuid
can now be updated.
Changes:
user.create
, user.update
: increased max length of the "url" field to 2048 characters.
Changes:
graph.get
: Graph availability doesn't depend on permissions to items specified in graph "ymin_itemid" and "ymax_itemid" fields.
Graph having MIN or MAX Y axis linked to inaccessible items will still be accessible but MIN/MAX Y axis works the same way as if specified calculation method is "Calculated".
Changes:
graphprototype.get
: Graph prototype availability doesn't depend on permissions to items specified in graph prototype "ymin_itemid" and "ymax_itemid" fields.