{% extends 'base.html' %} {% block content %}
Endpoints | Device |
---|---|
{{ endpoint.endpoint_uuid.uuid }} | {{ endpoint.device_id.device_uuid.uuid }} |
Kind | Type | Value |
---|---|---|
Custom | {{ constraint.custom.constraint_type }} | {{ constraint.custom.constraint_value }} |
Endpoint Location | {{ constraint.endpoint_location.endpoint_id.device_id.device_uuid.uuid }} / {{ constraint.endpoint_location.endpoint_id.endpoint_uuid.uuid }} | {% if constraint.endpoint_location.location.WhichOneof('location')=='region' %} Region: {{ constraint.endpoint_location.location.region }} {% elif constraint.endpoint_location.location.WhichOneof('location')=='gps_position' %} Position (lat/long): {{ constraint.endpoint_location.location.gps_position.latitude }} / {{ constraint.endpoint_location.location.gps_position.longitude }} {% endif %} |
Endpoint Priority | {{ constraint.endpoint_priority.endpoint_id.device_id.device_uuid.uuid }} / {{ constraint.endpoint_priority.endpoint_id.endpoint_uuid.uuid }} | {{ constraint.endpoint_priority.priority }} |
SLA Availability | - | {{ constraint.sla_availability.num_disjoint_paths }} disjoint paths; {% if constraint.sla_availability.all_active %}all{% else %}single{% endif %}active |
- | - | {{ constraint }} |
Key | Value |
---|---|
{{ config.custom.resource_key }} |
|
Connection Id | Sub-service | Path |
---|---|---|
{{ connection.connection_id.connection_uuid.uuid }} |
|
{% for i in range(connection.path_hops_endpoint_ids|length) %}
{{ connection.path_hops_endpoint_ids[i].device_id.device_uuid.uuid }} / {{ connection.path_hops_endpoint_ids[i].endpoint_uuid.uuid }} | {% endfor %}