{% if appliance_type == 'both' or appliance_type == 'pull' %}
{% if connection_status == 'connected' %}
{% trans "Sync" %}
{% endif %}
{% endif %}
{% if request.GET.subtab == 'device' or request.GET.subtab is None %}
Sync your Nautobot devices to Slurp'it
In case you already have a filled Nautobot system, and you want to sync those to Slurp'it to start collecting data then this is the page you are looking for.
Below on the left you see the required attributes for in Slurp'it and on the right you can map those against your data from Nautobot. If you need more information we can advise you to
click here for our online course.
{% if request.GET.subtab == 'device' or request.GET.subtab is None %}
{% render_form device_status_form %}
{% elif request.GET.subtab == 'ipam' %}
{% render_form iprange_status_form %}
{% endif %}
Create a mapping
{% if request.GET.subtab == 'device' or request.GET.subtab is None %}
Test Device Mapping
{% elif request.GET.subtab == 'ipam' %}
Test IP Range Mapping
{% endif %}