No Image

ZABBIX 2.4 – usergroup.massadd

April 13, 2014 Raj 0

usergroup.massadd Description object usergroup.massadd(object parameters) This method allows to simultaneously add permissions and users to multiple user groups. Parameters (object) Parameters containing the IDs of […]

No Image

ZABBIX 2.4 – usergroup.iswritable

April 13, 2014 Raj 0

usergroup.iswritable Description boolean usergroup.iswritable(array userGroupIds) This method checks if the given user groups are available for writing. Parameters (array) IDs of the user groups to […]

No Image

ZABBIX 2.4 – usergroup.isreadable

April 13, 2014 Raj 0

usergroup.isreadable Description boolean usergroup.isreadable(array userGroupIds) This method checks if the given user groups are available for reading. Parameters (array) IDs of the user groups to […]

No Image

ZABBIX 2.4 – usergroup.getobjects

April 13, 2014 Raj 0

usergroup.getobjects Description array usergroup.getobjects(object filter) This method allows to retrieve user groups that match the given filter criteria. Parameters (object) Criteria to search by. Additionally […]

No Image

ZABBIX 2.4 – usergroup.get

April 13, 2014 Raj 0

usergroup.get Description integer/array usergroup.get(object parameters) The method allows to retrieve user groups according to the given parameters. Parameters (object) Parameters defining the desired output. The […]

No Image

ZABBIX 2.4 – usergroup.exists

April 13, 2014 Raj 0

usergroup.exists Description boolean usergroup.exists(object filter) This method checks if at least one user group that matches the given filter criteria exists. Parameters (object) Criteria to […]

No Image

ZABBIX 2.4 – usergroup.delete

April 13, 2014 Raj 0

usergroup.delete Description object usergroup.delete(array userGroupIds) This method allows to delete user groups. Parameters (array) IDs of the user groups to delete. Return values (object) Returns […]

No Image

ZABBIX 2.4 – usergroup.create

April 13, 2014 Raj 0

usergroup.create Description object usergroup.create(object/array userGroups) This method allows to create new user groups. Parameters (object/array) User groups to create. Additionally to the standard user group […]

No Image

ZABBIX 2.4 – user.updateprofile

April 13, 2014 Raj 0

user.updateprofile Description object user.updateprofile(object parameters) This method allows to update the currently logged in user. Parameters (object/array) User properties to be updated. The userid property […]