{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}
API Endpoint
Name {{ object.name }}
URL {{ object.url }}
Method {{ object.http_method }}
Display Mode {{ object.get_display_mode_display }}
Refresh Interval {{ object.refresh_interval }}s
SSL Verification {% if object.verify_ssl %}{% checkmark True %}{% else %}{% checkmark False %}{% endif %}
Timeout {{ object.timeout }}s
Link {% if object.link %} {{ object.link }} {% else %} {{ object.link|placeholder }} {% endif %}
Description {{ object.description|placeholder }}
{% if object.headers %}
Headers
{{ object.headers|json }}
{% endif %} {% if object.mappings %}
Field Mappings
{{ object.mappings|json }}
{% endif %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Live Preview
{% with endpoint=object error=api_result.error %} {% include "netbox_custom_widget/widgets/custom_api_content.html" %} {% endwith %}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock content %}