{% extends "base.html" %} {% block title %}Services · API Gateway{% endblock %} {% macro trash(label) %} {% endmacro %} {% macro pencil(label, modal) %} {% endmacro %} {% block content %}

Connected APIs

{% for s in services %} {% else %} {% endfor %}
NameGateway routeUpstreamTimeoutRequestsConnectivityOn
{{ s.name }} /{{ s.slug }}/… {{ s.base_url }} {{ s.timeout_seconds }}s {{ counts.get(s.id, 0) }}
{{ pencil('Edit ' ~ s.name, 'modal-service-' ~ s.id) }}
{{ trash('Delete ' ~ s.name) }}
No services registered yet.
Endpoints are managed on the API Keys page, where each service's catalog is kept in sync with its OpenAPI document.
{% for s in services %} {% endfor %} {% endblock %} {% block scripts %} {% endblock %}