Skip to content
Discussion options

You must be logged in to vote

In the source code:

class DeviceTypeImportView(generic.ObjectImportView):
    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_inventoryitemtemplate',
    ]

It looks like you need all those permissions to import a device type.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@craized
Comment options

@craized
Comment options

Answer selected by craized
Comment options

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

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