附录 1.参考说明

注释

Data types

数据类型

Zabbix API支持以下数据类型:

Property labels

属性标签

Some of the objects properties are marked with short labels to describe their behavior. The following labels are used:

一些对象属性用短标签来描述它们的行为。使用了以下标签:

  • constant - the value of the property can be set when creating an object, but cannot be changed after.

  • readonly - 属性的值是自动设置的,客户端不能定义或修改;

预留ID值 “0”

预留ID值 “0” 可以用来过滤元素和删除引用的对象。例如,要从主机上删除一个引用的代理,proxy_hostid应该设置为0(”proxy_hostid”: “0”);或者,要过滤被zabbix server监控的主机,proxyids选项则应该设置为0 (“proxyids”: “0”)。

常用的 “get” 方法参数

The following parameters are supported by all get methods:

所有get 方法都支持以下参数: