We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v3.5.6
3.8
Go to Interface Bulk Import (/dcim/interfaces/import/)
/dcim/interfaces/import/
Paste in the following:
device,name,type,wombat nuc1,blah,virtual,flurble
(where 'nuc1' is some existing device)
Import to be rejected because of the unknown attribute/column "wombat"
The import is silently accepted.
The same applies if you try to modify an existing interface, e.g.
id,wombat 451,flurble
where 451 is an ID of an existing interface.
It's not just for interfaces: the same can be seen when creating Devices
device_role,manufacturer,device_type,status,site,wombat Server,Unknown,Patch Panel 24,active,Test,flurble
(assuming that the given device_role, manufacturer, device_type, site are all pre-existing objects)
The text was updated successfully, but these errors were encountered:
Duplicate of #11617
Sorry, something went wrong.
No branches or pull requests
NetBox version
v3.5.6
Python version
3.8
Steps to Reproduce
Go to Interface Bulk Import (
/dcim/interfaces/import/
)Paste in the following:
(where 'nuc1' is some existing device)
Expected Behavior
Import to be rejected because of the unknown attribute/column "wombat"
Observed Behavior
The import is silently accepted.
The same applies if you try to modify an existing interface, e.g.
where 451 is an ID of an existing interface.
It's not just for interfaces: the same can be seen when creating Devices
(assuming that the given device_role, manufacturer, device_type, site are all pre-existing objects)
The text was updated successfully, but these errors were encountered: