{% extends "nautobot/base.html" %} {% block content %}

API Services

Add New Service {% for api_service in api_services %} {% empty %} {% endfor %}
ID Name URL Actions
{{ api_service.id }} {{ api_service.name }} {{ api_service.url }} View Edit Delete
No API services found.
{% endblock %}