If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
API hostinterface.create on already created host returning error:-32602
Hi,
I have a host that was created via API months ago without any interface. Now, programmatically I need to add an interface to ping it, I'm using hostinterface.create but it's not creating it.
Is this possible? or should I use another method/steps ? I'm tried to update the host...
Adding new tag via API to a host created via host.create, resulting not successful
Hi, I have a host created via API (host.create) including 5 initial tags.
I'm trying to add a new tag for a host, but the API host.update replaces all the 5 old tags with the new one. So instead of having 6 tags, the host ended up with only 1.
Any suggestions to add a new tag via APIs?...
Hi. I'm trying to assign additional templates to a host using an api.
As I understand, when calling method host.update, I need to provide list of templates to replace currently assigned templates, therefore I need to get list of currently assigned templates, and append new template to it....