ipfabric_netbox


Nameipfabric_netbox JSON
Version 3.1.3 PyPI version JSON
download
home_pagehttps://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync
SummaryNetBox plugin to sync IP Fabric data into NetBox
upload_time2024-12-20 14:23:07
maintainerNone
docs_urlNone
authorSolution Architecture
requires_python<4.0,>=3.10
licenseMIT
keywords netbox ipfabric plugin sync
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IP Fabric Netbox Plugin

## IP Fabric

IP Fabric is a vendor-neutral network assurance platform that automates the
holistic discovery, verification, visualization, and documentation of
large-scale enterprise networks, reducing the associated costs and required
resources whilst improving security and efficiency.

It supports your engineering and operations teams, underpinning migration and
transformation projects. IP Fabric will revolutionize how you approach network
visibility and assurance, security assurance, automation, multi-cloud
networking, and trouble resolution.

**Integrations or scripts should not be installed directly on the IP Fabric VM unless directly communicated from the
IP Fabric Support or Solution Architect teams.  Any action on the Command-Line Interface (CLI) using the root, osadmin,
or autoboss account may cause irreversible, detrimental changes to the product and can render the system unusable.**

## 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://netboxlabs.com/docs/netbox/en/stable/plugins/development/staged-changes/) and [Background Tasks](https://netboxlabs.com/docs/netbox/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        |
| 4.0            | >=3.0.0        |
| 4.0.1          | >=3.0.1        |
| 4.1.0          | >=3.1.0        |
| 4.1.5          | >=3.1.1        |

## Screenshots

![Source](docs/images/user_guide/source_sync.png)

![Snapshots](docs/images/user_guide/snapshot_detail.png)

![Transform Maps](docs/images/user_guide/tm_edit_hostname.png)

![Ingesion](docs/images/user_guide/ingestion_detail.png)

![Diff](docs/images/user_guide/branch_changes_update_diff.png)

## Documentation

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

- User Guide
- Administrator Guide

## Contributing

If you would like to contribute to this plugin, please see the [CONTRIBUTING.md](CONTRIBUTING.md) file.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync",
    "name": "ipfabric_netbox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "netbox, ipfabric, plugin, sync",
    "author": "Solution Architecture",
    "author_email": "solution.architecture@ipfabric.io",
    "download_url": "https://files.pythonhosted.org/packages/5b/bf/67ef1f8bfb0b0dd5e64552e3b5becd710afd73e99ec63117054cf0ecbaab/ipfabric_netbox-3.1.3.tar.gz",
    "platform": null,
    "description": "# IP Fabric Netbox Plugin\n\n## IP Fabric\n\nIP Fabric is a vendor-neutral network assurance platform that automates the\nholistic discovery, verification, visualization, and documentation of\nlarge-scale enterprise networks, reducing the associated costs and required\nresources whilst improving security and efficiency.\n\nIt supports your engineering and operations teams, underpinning migration and\ntransformation projects. IP Fabric will revolutionize how you approach network\nvisibility and assurance, security assurance, automation, multi-cloud\nnetworking, and trouble resolution.\n\n**Integrations or scripts should not be installed directly on the IP Fabric VM unless directly communicated from the\nIP Fabric Support or Solution Architect teams.  Any action on the Command-Line Interface (CLI) using the root, osadmin,\nor autoboss account may cause irreversible, detrimental changes to the product and can render the system unusable.**\n\n## Overview\n\nThis plugin allows the integration and data synchronization between IP Fabric and NetBox.\n\nThe 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://netboxlabs.com/docs/netbox/en/stable/plugins/development/staged-changes/) and [Background Tasks](https://netboxlabs.com/docs/netbox/en/stable/plugins/development/background-tasks/) to make the job of bringing in data to NetBox easier.\n\n- Multiple IP Fabric Sources\n- Transform Maps\n- Scheduled Synchronization\n- Diff Visualization\n\n## NetBox Compatibility\n\n| Netbox Version | Plugin Version |\n| -------------- | -------------- |\n| 3.4            | <=1.0.11       |\n| 3.5            | <=1.0.11       |\n| 3.6            | <=1.0.11       |\n| 3.7            | >=2.0.0        |\n| 4.0            | >=3.0.0        |\n| 4.0.1          | >=3.0.1        |\n| 4.1.0          | >=3.1.0        |\n| 4.1.5          | >=3.1.1        |\n\n## Screenshots\n\n![Source](docs/images/user_guide/source_sync.png)\n\n![Snapshots](docs/images/user_guide/snapshot_detail.png)\n\n![Transform Maps](docs/images/user_guide/tm_edit_hostname.png)\n\n![Ingesion](docs/images/user_guide/ingestion_detail.png)\n\n![Diff](docs/images/user_guide/branch_changes_update_diff.png)\n\n## Documentation\n\nFull documentation for this plugin can be found at [IP Fabric Docs](https://docs.ipfabric.io/main/integrations/netbox/).\n\n- User Guide\n- Administrator Guide\n\n## Contributing\n\nIf you would like to contribute to this plugin, please see the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "NetBox plugin to sync IP Fabric data into NetBox",
    "version": "3.1.3",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync/-/issues",
        "Homepage": "https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync",
        "Repository": "https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync"
    },
    "split_keywords": [
        "netbox",
        " ipfabric",
        " plugin",
        " sync"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a4b5c517b251a55943c367878959d03f555320f76f56e98650bdd3b1f69c581",
                "md5": "4bad4bbaa1bead4c025eb93b9c53f194",
                "sha256": "04a4dcecbcf537364aa29d63f9e438559ec2b0b5b9b891159eeacabf83b1785f"
            },
            "downloads": -1,
            "filename": "ipfabric_netbox-3.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4bad4bbaa1bead4c025eb93b9c53f194",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 74183,
            "upload_time": "2024-12-20T14:23:04",
            "upload_time_iso_8601": "2024-12-20T14:23:04.988936Z",
            "url": "https://files.pythonhosted.org/packages/5a/4b/5c517b251a55943c367878959d03f555320f76f56e98650bdd3b1f69c581/ipfabric_netbox-3.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bbf67ef1f8bfb0b0dd5e64552e3b5becd710afd73e99ec63117054cf0ecbaab",
                "md5": "e26ab35b97f2f912f9da87f2aa1d9c9c",
                "sha256": "12bc146c014db295cfdfb13592be2eb143fc7598fe197788711b4418909ea730"
            },
            "downloads": -1,
            "filename": "ipfabric_netbox-3.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e26ab35b97f2f912f9da87f2aa1d9c9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 53610,
            "upload_time": "2024-12-20T14:23:07",
            "upload_time_iso_8601": "2024-12-20T14:23:07.376139Z",
            "url": "https://files.pythonhosted.org/packages/5b/bf/67ef1f8bfb0b0dd5e64552e3b5becd710afd73e99ec63117054cf0ecbaab/ipfabric_netbox-3.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-20 14:23:07",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "ip-fabric",
    "gitlab_project": "integrations",
    "lcname": "ipfabric_netbox"
}
        
Elapsed time: 5.09959s