Unable to append to a list of tags using pynetbox #13045
-
Hello, hopefully this is an appropriate place for this question. I am trying to use pynetbox to add new tags to netbox virtualmachines/devices and I seem to be unable to add a new tag that is in the same format as the existing tags (the list items in no quotes vs my new item in quotes):
It isn't clear to me how to add a tag without he quotes, or how netbox is currently storing tags. Perhaps I am missing something here? Thanks for any help or hints. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
First you need to create the tag:
Then you should be able to use:
https://majornetwork.net/2021/01/using-tags-with-pynetbox-in-netbox-2-9/ |
Beta Was this translation helpful? Give feedback.
First you need to create the tag:
Then you should be able to use:
https://majornetwork.net/2021/01/using-tags-with-pynetbox-in-netbox-2-9/