[comment]: # aside:1

[comment]: # ({55c1aa66-184c01b6})
# Proxy group object

The following objects are directly related to the `proxygroup` API.

[comment]: # ({/55c1aa66-184c01b6})

[comment]: # ({02f9d35f-98298e41})
### Proxy group

The proxy group object has the following properties.

|Property|[Type](/manual/api/reference_commentary#data-types)|Description|
|--|--|------|
|proxy_groupid|ID|ID of the proxy group.<br><br>[Property behavior](/manual/api/reference_commentary#property-behavior):<br>- *read-only*<br>- *required* for update operations|
|name|string|Name of the proxy group.<br><br>[Property behavior](/manual/api/reference_commentary#property-behavior):<br>- *required* for create operations|
|description|text|Description of the proxy group.|
|failover_delay|string|Period during which a proxy in the proxy group must communicate with Zabbix server to be considered online.<br><br>Time suffixes are supported, e.g. 30s, 1m.<br>User macros are supported.<br><br>Possible values: 10s-15m.<br><br>Default: 1m.|
|min_online|string|Minimum number of online proxies required to keep the proxy group online.<br><br>User macros are supported.<br><br>Possible values range: 1-1000.<br><br>Default: 1.|
|state|integer|State of the proxy group.<br><br>Possible values:<br>0 - Unknown;<br>1 - Offline;<br>2 - Recovering;<br>3 - Online;<br>4 - Degrading.<br><br>[Property behavior](/manual/api/reference_commentary#property-behavior):<br>- *read-only*|

[comment]: # ({/02f9d35f-98298e41})
