object proxygroup.update(object/array proxyGroups)
This method allows to update existing proxy groups.
This method is only available to Super admin user type. Permissions to call the method can be revoked in user role settings. See User roles for more information.
(object/array)
Proxy group properties to be updated.
The proxy_groupid
property must be defined for each proxy group, all other properties are optional. Only the passed properties will be updated, all others will remain unchanged.
The method accepts proxy groups with the standard proxy group properties.
(objeto)
Devuelve un objeto que contiene los ID de los grupos de proxy actualizados bajo la propiedad proxy_groupids
.
Cambie la cantidad mínima de representantes en línea necesarios para que el grupo esté en línea.
{
"jsonrpc": "2.0",
"method": "proxygroup.update",
"params": {
"proxy_groupid": "5",
"min_online": "3"
},
"id": 1
}
Respuesta:
CProxyGroup::update() en ui/include/classes/api/services/CProxyGroup.php.