{% load buttons %} {% load i18n %} {% load form_helpers %}
NetBox Server
{% render_form form %}

Push: Data will be pushed from Slurp'it to NetBox

Pull: Data can be pulled from Slurp'it

Both: Pull & Push functionality are available

Click here to learn on how to use and configure the plugin.

{% if appliance_type == 'both' or appliance_type == 'push' %}
API Key {% if push_api_key == '' %} NO API KEY {% else %} ******************************************* {% endif %}
{% if debug == True %}
API calls:
{% for item in slurpit_apis %} {% endfor %} {% endif %}
{{item.type}} {{ item.url}}
{% endif %} {% if debug == True %}
Remove all plugin data from the Slurp'it tables.
{% endif %}
{% if appliance_type == 'both' or appliance_type == 'pull' %}
Slurp'it Server
Server URL {{setting.server_url}}
API Key {{setting.api_key}}
Server {% if connection_status == "connected" %} connected {% elif connection_status == "" %} {% else %} disconnected {% endif %}
Last Synced {{setting.last_synced}}
{% endif %}