{% extends "base.html" %} {% load static %} {% block title %}API Endpoints - Integration{% endblock %} {% block css %} {% endblock %} {% block content %}

API Endpoints External System Integration Points

API Endpoint Management

Add Endpoint
{{ total_endpoints }}
Total Endpoints
{{ active_endpoints }}
Active
{{ warning_endpoints }}
Warnings
{{ failed_endpoints }}
Failed
{% for system in external_systems %} {% endfor %}
{% for endpoint in object_list %} {% empty %} {% endfor %}
Name System URL Method Status Last Test Actions
{{ endpoint.name }}
{{ endpoint.description|truncatechars:50 }}
{{ endpoint.external_system.name }} {{ endpoint.url|truncatechars:40 }} {{ endpoint.method }} {{ endpoint.get_status_display }} {% if endpoint.health_status %}
{{ endpoint.health_status }}
{% endif %}
{% if endpoint.last_tested %}
{{ endpoint.last_tested|date:"M d, Y" }}
{{ endpoint.last_tested|date:"H:i" }}
{% else %} Never {% endif %}
No API endpoints found
Add First Endpoint
{% endblock %} {% block js %} {% endblock %}