ZABBIX 2.4 – screen.exists
screen.exists Description boolean screen.exists(object filter) This method checks if at least one screen that matches the given filter criteria exists. Parameters (object) Criteria to search […]
screen.exists Description boolean screen.exists(object filter) This method checks if at least one screen that matches the given filter criteria exists. Parameters (object) Criteria to search […]
screen.delete Description object screen.delete(array screenIds) This method allows to delete screens. Parameters (array) IDs of the screens to delete. Return values (object) Returns an object […]
screen.create Description object screen.create(object/array screens) This method allows to create new screens. Parameters (object/array) Screens to create. Additionally to the standard screen properties, the method […]
proxy.update Description object proxy.update(object/array proxies) This method allows to update existing proxies. Parameters (object/array) Proxy properties to be updated. The proxyid property must be defined […]
proxy.iswritable Description boolean proxy.iswritable(array proxyIds) This method checks if the given proxies are available for writing. Parameters (array) IDs of the proxies to check. Return […]
proxy.isreadable Description boolean proxy.isreadable(array proxyIds) This method checks if the given proxies are available for reading. Parameters (array) IDs of the proxies to check. Return […]
proxy.get Description integer/array proxy.get(object parameters) The method allows to retrieve proxies according to the given parameters. Parameters (object) Parameters defining the desired output. The method […]
proxy.delete Description object proxy.delete(array proxies) This method allows to delete proxies. Parameters (array) IDs of proxies to delete. The method can also accept an array […]
proxy.create Description object proxy.create(object/array proxies) This method allows to create new proxies. Parameters (object/array) Proxies to create. Additionally to the standard proxy properties, the method […]
> Proxy object The following objects are directly related to the proxy API. Proxy The proxy object has the following properties. Property Type Description proxyid […]
Copyright © 2026 | WordPress Theme by MH Themes