Metadata-Version: 2.1
Name: ipfabric_netbox
Version: 2.0.5
Summary: NetBox plugin to sync IP Fabric data into NetBox
Home-page: https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync
Author: Solution Architecture
Author-email: solution.architecture@ipfabric.io
Project-URL: Bug Tracker, https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync/-/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: ipfabric>=6.6.4
Requires-Dist: netutils

# Overview

This plugin allows the integration and data synchronization between IP Fabric and NetBox.

The plugin uses IP Fabric collect network data utilizing the [IP Fabric Python SDK](https://gitlab.com/ip-fabric/integrations/python-ipfabric). This plugin relies on helpful features in NetBox like [Staged Changes](https://docs.netbox.dev/en/stable/plugins/development/staged-changes/) and [Background Tasks](https://docs.netbox.dev/en/stable/plugins/development/background-tasks) to make the job of bringing in data to NetBox easier.

- Multiple IP Fabric Sources
- Transform Maps
- Scheduled Synchronization
- Diff Visualization

## NetBox Compatibility

| Netbox Version | Plugin Version |
| -------------- | -------------- |
| 3.4            | <=1.0.11       |
| 3.5            | <=1.0.11       |
| 3.6            | <=1.0.11       |
| 3.7            | >=2.0.0        |


## Screenshots

Sources.

Snapshots.

Transform Maps.

Ingestion.

Diff Visualization.

## Documentation

Full documentation for this plugin can be found at [IP Fabric Docs](https://docs.ipfabric.io/main/integrations/netbox/).

- User Guide
- Administrator Guide
