Skip to content

Package

nautobot_netbox_importer

Plugin declaration for nautobot_netbox_importer.

NautobotNetboxImporterConfig

Bases: NautobotAppConfig

Plugin configuration for the nautobot_netbox_importer plugin.

Source code in nautobot_netbox_importer/__init__.py
class NautobotNetboxImporterConfig(NautobotAppConfig):
    """Plugin configuration for the nautobot_netbox_importer plugin."""

    name = "nautobot_netbox_importer"
    verbose_name = "Nautobot NetBox Importer"
    version = __version__
    author = "Network to Code, LLC"
    description = "Data importer from NetBox 2.10.x to Nautobot."
    base_url = "netbox-importer"
    required_settings = []
    min_version = "2.0.6"
    max_version = "2.9999"
    default_settings = {}
    caching_config = {}