Thanks for the timely library update.
I'm trying this syntax:
Where 19 is a UserGroup id and 69 is an HostGroup id, however,
I'm getting a null result:
[]
Can you point me out what part of my syntax is wrong?
I'm trying this syntax:
Code:
>>> zapi.hostgroup.massAdd({ 'usrgrpids' : ['19'], 'rights': [{'permisssion' : '3', 'id' : '69'}] })
I'm getting a null result:
[]
Can you point me out what part of my syntax is wrong?
Comment