-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Extend inventory items fields #987
Comments
This is probably extending the data model a bit too far. I'd like to keep inventory data fairly generic to ensure that we can support all hardware. Moving forward, the plan is to replace NetBox's very limited RPC functionality with NAPALM. NAPALM will use the OpenConfig platform model to represent hardware components, which we will store as InventoryItems in NetBox. |
Okay, but two fields in any case would be good, slot/position and comments. What you mention with napalm and openconfig is mean that netbox should be able to access to the equipments, however I think it is not so much good in multi site environment. I still belive that some middleware should upload/modify the data in the netbox. |
NetBox may or may not access the devices directly in a given deployment, but I want to make sure that its API endpoint for inventory items matches the OpenConfig model very closely. |
Closing this out for now. Let's wait and see how the NAPALM integration goes before we make any further changes to this model. |
Any update on this topic? Is it possible to get the data of a device in a format described in the openconfig_interface model? |
feature request:
The usecase behind it, that we could make periodic check on the PCI devices within server, make sure all of them still present and nothing has been changed. (This is done by external monitoring script which polls netbox API)
We done it in the following way, but would like to share with community:
Should be editable when I open the form on GUI:
Just like when I query it via API:
The text was updated successfully, but these errors were encountered: