{% extends 'generic/object.html' %} {% load static %} {% block content %}
NetBox Endpoint
Unknown
Name {{ object.name }}
IP Address {{ object.ip_address }}
Port {{ object.port }}
Domain {{ object.domain }}
Token Version {{ object.token_version_label }}
Token {% if object.has_configured_token %} Configured {% else %} Not configured {% endif %}
Verify SSL {% if object.verify_ssl %} {% else %} {% endif %}
Target Loading...
Authentication Loading...
API Access Loading...
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}