Replies: 1 comment 1 reply
-
Hey, good catch, we don't use much tags at the moment so couldn't see that one, I'll fix it, thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for this tool. It has been extremely helpful for my environment. You may or may not be aware that when POSTing to Netbox IP Addresses, if you have a tag in the payload, it edits the entry in an exclusive manner. Addresses that have an existing tag will lose said tag in favor of the 'autoscan' tag. I've overcome this with some of my own scripts by performing a GET for tags IDs on all IP addresses that will be modified, then sending those same IDs along with the new tag ID back in the POST. Kind of annoying, but it was an easy fix for my other scanner scripts.
Beta Was this translation helpful? Give feedback.
All reactions