Skip to content

Getting Started with the App

Install the App

To install the App, please follow the instructions detailed in the Installation Guide.

First steps with the App

By default this Nautobot app provides an example Data Source Job and example Data Target Job. You can run this example job to get a feel for the capabilities of the Nautobot app.


Example Jobs

However, to get the most out of this Nautobot app you will want to find other existing Jobs and/or create your own Jobs. Such Jobs can be installed like any other Nautobot Job:

Example screenshots of possible Data Sources and Data Targets are shown below.


Example data source - Arista CloudVision


Example data target - ServiceNow

Once you have other, more useful Jobs installed, these example Jobs can be disabled and removed from the UI by configuring "hide_example_jobs" to True in your nautobot_config.py:

PLUGINS_CONFIG = {
    "nautobot_ssot": {
        "hide_example_jobs": True,
    }
}