Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0.2, 2.0.4
-
Fix Version/s: None
-
Component/s: API (A)
-
Labels:None
-
Environment:Centos 5.8
Description
When using API to update the hosts hostgroup
{
"jsonrpc": "2.0",
"method": "host.update",
"params": {
"hostid": "10137",
"groups":
},
"auth": "xxxxxxxxxxxxxxxxxx",
"id": 1
}
It works great with singledigit groupid's but doesnt work with doubledigit group ids.
Doubledigit request response is:
{
"jsonrpc": "2.0",
"error":
,-
"id": 1
}