{% extends "base.html" %} {% load static %} {% block title %}API Endpoints - Integration{% endblock %} {% block css %} {% endblock %} {% block content %}
|
|
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
|
|||||||