nautobot_ssot_ipfabric

Plugin declaration for nautobot_ssot_ipfabric.

Subpackages

Submodules

Package Contents

Classes

NautobotSSoTIPFabricConfig

Plugin configuration for the nautobot_ssot_ipfabric plugin.

Functions

nautobot_database_ready_callback(sender, *, apps, **kwargs)

Callback function triggered by the nautobot_database_ready signal when the Nautobot database is fully ready.

Attributes

__version__

config

nautobot_ssot_ipfabric.__version__
nautobot_ssot_ipfabric.nautobot_database_ready_callback(sender, *, apps, **kwargs)

Callback function triggered by the nautobot_database_ready signal when the Nautobot database is fully ready.

class nautobot_ssot_ipfabric.NautobotSSoTIPFabricConfig(app_name, app_module)

Bases: nautobot.extras.plugins.PluginConfig

Plugin configuration for the nautobot_ssot_ipfabric plugin.

name = nautobot_ssot_ipfabric
verbose_name = Nautobot SSoT IPFabric
version
author = Network to Code, LLC
description = Nautobot SSoT IPFabric.
base_url = ssot-ipfabric
required_settings = ['ipfabric_host', 'ipfabric_api_token']
min_version = 1.2.0
max_version = 1.9999
default_settings
caching_config
ready()

Callback when this plugin is loaded.

nautobot_ssot_ipfabric.config