brennerm / check-mk-web-api

Python library to talk to the Check_Mk Web API
https://brennerm.github.io/check-mk-web-api/
MIT License
53 stars 26 forks source link

add wiki doc on how to manually add a new hosttag [ or add a add_hosttags() ] function #27

Closed TheBigBear closed 3 years ago

TheBigBear commented 3 years ago

I am not a python programmer, ( which is why I choose to use a api middleware ) could you please consider either documenting how one would use the get_hosttags() and subsequent set_hosttags() functions step by step for adding a new hosttag using python?

Would be even nicer if the check-mk-web-api could even do this all internally and expose a simple add_hosttags() function.

Thanks for any hints and help in this direction.