No Image

ZABBIX 2.4 – mediatype.update

April 13, 2014 Raj 0

mediatype.update Description object mediatype.update(object/array mediaTypes) This method allows to update existing media types. Parameters (object/array) Media type properties to be updated. The mediatypeid property must […]

No Image

ZABBIX 2.4 – mediatype.get

April 13, 2014 Raj 0

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

No Image

ZABBIX 2.4 – mediatype.delete

April 13, 2014 Raj 0

mediatype.delete Description object mediatype.delete(array mediaTypeIds) This method allows to delete media types. Parameters (array) IDs of the media types to delete. Return values (object) Returns […]

No Image

ZABBIX 2.4 – mediatype.create

April 13, 2014 Raj 0

mediatype.create Description object mediatype.create(object/array mediaTypes) This method allows to create new media types. Parameters (object/array) Media types to create. The method accepts media types with […]

No Image

ZABBIX 2.4 – usermedia.get

April 13, 2014 Raj 0

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

No Image

ZABBIX 2.4 – map.update

April 13, 2014 Raj 0

map.update Description object map.update(object/array maps) This method allows to update existing maps. Parameters (object/array) Map properties to be updated. The mapid property must be defined […]

No Image

ZABBIX 2.4 – map.iswritable

April 13, 2014 Raj 0

map.iswritable Description boolean map.iswritable(array sysmapIds) This method checks if the given maps are available for writing. Parameters (array) IDs of the maps to check. Return […]

No Image

ZABBIX 2.4 – map.isreadable

April 13, 2014 Raj 0

map.isreadable Description boolean map.isreadable(array sysmapIds) This method checks if the given maps are available for reading. Parameters (array) IDs of the maps to check. Return […]

No Image

ZABBIX 2.4 – map.getobjects

April 13, 2014 Raj 0

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

No Image

ZABBIX 2.4 – map.get

April 13, 2014 Raj 0

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