{% load static %} {% load proxbox_tags %}

FastAPI (Backend Service)

Unknown

This service must be reachable for ProxBox to work.
NetBox exposes status visibility here, but it does not manage the backend service lifecycle.

{% if object.domain %}{% endif %} {% if object.ip_address %}{% endif %} {% if object.url %}{% endif %} {% if fastapi_websocket_url and object.use_websocket %}{% endif %}
Name{% if object.name %}{{ object.name }}{% else %}Empty{% endif %}
Domain{{ object.domain }}
IP Address{{ object.ip_address }}
HTTP URL{{ object.url }}
WebSocket URL{{ fastapi_websocket_url }}
Port{{ object.port }}