2024-02-15 17:48:23 +00:00
|
|
|
from extras.plugins import PluginConfig
|
|
|
|
|
|
|
|
class DNAC_Integration(PluginConfig):
|
|
|
|
name = 'dnac_integration'
|
|
|
|
verbose_name = ' DNAC Integration'
|
|
|
|
description = 'Allows DNAC to import devices into Netbox'
|
2024-02-15 17:53:28 +00:00
|
|
|
author = 'Justin***'
|
|
|
|
author_email = '****'
|
2024-02-15 17:48:23 +00:00
|
|
|
version = '0.1'
|
|
|
|
base_url = 'dnac'
|
|
|
|
|
|
|
|
config = DNAC_Integration
|