On this page
proxy 组 object
以下 objects 与 proxygroup API 直接相关。
proxy group
proxy group 对象具有以下属性。
| Property | Type | Description |
|---|---|---|
| proxy_groupid | ID | proxy group 的 ID。 Property behavior: - read-only - required for update operations |
| name | string | proxy group 的名称。 Property behavior: - required for create operations |
| description | text | proxy group 的描述。 |
| failover_delay | string | proxy group 中的 proxy 必须与 Zabbix 服务器通信,才会被视为在线的时间段。 支持时间后缀,例如 30s、1m。 支持用户宏。 可能值:10s-15m。 默认值:1m。 |
| min_online | string | 保持 proxy group 在线所需的最少在线 proxy 数量。 支持用户宏。 可能值范围:1-1000。 默认值:1。 |
| state | integer | proxy group 的状态。 可能值: 0 - Unknown; 1 - Offline; 2 - Recovering; 3 - Online; 4 - Degrading. Property behavior: - read-only |