Theo Frieling

Results 2 comments of Theo Frieling

I had the same issue with hostgroup.create and solved that by doing: groups = [{'name': '_D'},{'name': '_E'},{'name': '_F'}] result = api.hostgroup.create(*groups)

Thanks @enzocicarelli, This did indeed (for Linux) solved my problem.