-
Incident report
-
Resolution: Fixed
-
Minor
-
1.8.4
-
node 1
Trying to update device_url in profile ext.
In [11]: zapi.host.update({"hostid":"100100000016915","profile_ext": {'device_url_1': 'url1'}})
10: json_obj: {'params': {'hostid': '100100000016915', 'profile_ext': {'device_url_1': 'url1'}}, 'jsonrpc': '2.0', 'method': 'host.update', 'auth': u'a', 'id': 5}
20: Sending: {"params": {"hostid": "100100000016915", "profile_ext": {"device_url_1": "url1"}}, "jsonrpc": "2.0", "method": "host.update", "auth": "auth", "id": 5}
10: Sending headers:
20: Response Code: 200
10: Response Body: {u'jsonrpc': u'2.0', u'result':
, u'id': 5}
Out[11]:
zapi.host.get({"filter":
{"hostid":"100100000016915"},"select_profile":"extend"})
10: json_obj: {'params': {'filter':
, 'select_profile': 'extend'}, 'jsonrpc': '2.0', 'method': 'host.get', 'auth': u'auth', 'id': 6}
20: Sending: {"params": {"filter":
, "select_profile": "extend"}, "jsonrpc": "2.0", "method": "host.get", "auth": "auth", "id": 6}
10: Sending headers:
20: Response Code: 200
10: Response Body: {u'jsonrpc': u'2.0', u'result': [{u'profile':
, u'hostid': u'100100000016915', u'profile_ext': []}], u'id': 6}