Programmatically update tags on a device
Q: How do I add tags to a device programmatically?
You can automate this using our Admin API endpoints:
- Authenticate.
- Get the device’s current configuration version.
- Retrieve the device’s current configuration based on the version retrieved in step 2.
- Replace the tags with your new desired tags.
- .Update the device’s configuration.
Example
Here is an example Python script which implements this workflow:
🦉
Programmatically update device tags
Open Recipe
Frequently changing the tag set on a resource may impact performance.
See also
If you notice an issue with this page or need help, please reach out to us! Use the 'Did this page help you?' buttons below, or get in contact with our Customer Success team via the Intercom messenger in the bottom-right corner of this page, or at [email protected].
Updated 10 days ago