Replies: 1 comment 1 reply
-
NetBox v3.2 already includes the ability to create custom fields referencing one or more other objects, which extends the existing interface for custom fields rather than introducing yet another type of relationship. If you need to model anything more complex than that, you're probably better off creating a custom plugin anyway.
It would be entirely redundant for a plugin: Plugins can define their own models and relationships using any of the myriad fields provided by the underlying Django framework. |
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.
-
I like NetBox, but I also took a look at Nautobot and found some features that are really useful.
One that struck me was the relationship model that allows to create a relationship models between other object models. For example create a relationship that can be used to tie VLANs to devices, or software versions to devices.
But it is versatile and allows you to create One to One, One to Many, Many to Many relationships between all kind of object models.
I find that this could be a really nice feature that could be used in plugins as well.
Beta Was this translation helpful? Give feedback.
All reactions