You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started using your modules which saved me a lot of time on a project I was working on. However, I'm having trouble using your update_host function. How should the put be structured? Something like:
o.update_host(<host_id>,<json>)
Thanks.
The text was updated successfully, but these errors were encountered:
This function only takes one argument: the JSON representing the host, as it would be returned by get_host_by_name or the other host retrieval functions. Said JSON contains the host_id so there is no need to specify it separately.
Hi,
I started using your modules which saved me a lot of time on a project I was working on. However, I'm having trouble using your update_host function. How should the put be structured? Something like:
Thanks.
The text was updated successfully, but these errors were encountered: