Skip to content
Discussion options

You must be logged in to vote

Which user on demo.netbox.dev - is it "andhag" ? That has permission called "kalle" which is view,add (only) on device type.

According to the source code, you need all the following permissions:

class DeviceTypeImportView(generic.BulkImportView):
    additional_permissions = [
        'dcim.add_devicetype',
        'dcim.add_consoleporttemplate',
        'dcim.add_consoleserverporttemplate',
        'dcim.add_powerporttemplate',
        'dcim.add_poweroutlettemplate',
        'dcim.add_interfacetemplate',
        'dcim.add_frontporttemplate',
        'dcim.add_rearporttemplate',
        'dcim.add_modulebaytemplate',
        'dcim.add_devicebaytemplate',
        'dcim.add_inventoryitemtemp…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@andershagman
Comment options

Answer selected by andershagman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants