{% extends 'base.html' %} {% block content %}
| Endpoints | Device |
|---|---|
| {{ endpoint.endpoint_uuid.uuid }} | {{ endpoint.device_id.device_uuid.uuid }} |
| Type | Value |
|---|---|
| {{ constraint.custom.constraint_type }} |
|
| Key | Value |
|---|---|
| {{ config.custom.resource_key }} |
|
| Connection Id | Sub-service | Path |
|---|---|---|
| {{ connections.connection_id.connection_uuid.uuid }} | {{ connections.sub_service_ids|map(attribute='service_uuid')|map(attribute='uuid')|join(', ') }} | {% for i in range(connections.path_hops_endpoint_ids|length) %}{{ connections.path_hops_endpoint_ids[i].device_id.device_uuid.uuid }} / {{ connections.path_hops_endpoint_ids[i].endpoint_uuid.uuid }} | {% endfor %}