Available since version: 1.8
The method is used to control host group attributes.
| Parameter | Type | Optional | Description | Details |
|---|---|---|---|---|
| groupid | string | Host name. | ||
| name | any | Yes | New value for a hostgroup name. | |
| Parameter | Description |
|---|---|
| result | Operation successful. Result will contain array of updated Host group IDs. |
| error | In case of any errors |
Rename host group:
{
"jsonrpc":"2.0",
"method":"hostgroup.update",
"params":[
{"groupid": "100100000000042", "name": "Rename 1"},
{"groupid": "100100000000013", "name": "Rename 2"}
],
"auth":"700ca65537074ec963db7efabda78259",
"id":2
}Retrieved updated host IDs: