{% extends 'base.html' %} {% block content %}
Endpoint UUID | Name | Device | Endpoint Type |
---|---|---|---|
{{ endpoint.endpoint_uuid.uuid }} | {{ endpoints_data.get(endpoint.endpoint_uuid.uuid, (endpoint.endpoint_uuid.uuid, ''))[0] }} | {{ device_names.get(endpoint.device_id.device_uuid.uuid, endpoint.device_id.device_uuid.uuid) }} | {{ endpoints_data.get(endpoint.endpoint_uuid.uuid, ('', '-'))[1] }} |
Kind | Key/Type | Value |
---|---|---|
Custom | {{ constraint.custom.constraint_type }} | {{ constraint.custom.constraint_value }} |
Endpoint Location | {{ device_names.get(constraint.endpoint_location.endpoint_id.device_id.device_uuid.uuid, constraint.endpoint_location.endpoint_id.device_id.device_uuid.uuid) }} / {{ endpoints_data.get(constraint.endpoint_location.endpoint_id.endpoint_uuid.uuid, (constraint.endpoint_location.endpoint_id.endpoint_uuid.uuid, ''))[0] }} | {% 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 | {{ device_names.get(constraint.endpoint_priority.endpoint_id.device_id.device_uuid.uuid, constraint.endpoint_priority.endpoint_id.device_id.device_uuid.uuid) }} / {{ endpoints_data.get(constraint.endpoint_priority.endpoint_id.endpoint_uuid.uuid, (constraint.endpoint_priority.endpoint_id.endpoint_uuid.uuid, ''))[0] }} | {{ constraint.endpoint_priority.priority }} |
SLA Capacity | - | {{ round(constraint.sla_capacity.capacity_gbps, ndigits=2) }} Gbps |
SLA E2E Latency | - | {{ round(constraint.sla_latency.e2e_latency_ms, ndigits=2) }} ms |
SLA Availability | - | {{ round(constraint.sla_availability.availability, ndigits=5) }} %; {{ constraint.sla_availability.num_disjoint_paths }} disjoint paths; {% if constraint.sla_availability.all_active %}all{% else %}single{% endif %}-active |
SLA Isolation | - | {% for i,isolation_level in enumerate(constraint.sla_isolation.isolation_level) %} {% if i > 0 %}, {% endif %} {{ ile.Name(isolation_level) }} {% endfor %} |
- | - | {{ constraint }} |
Key | Value |
---|---|
{{ config.custom.resource_key }} |
|
Connection Id | Sub-Service | Path |
---|---|---|
{{ connection.connection_id.connection_uuid.uuid }} |
|
{% for endpoint_id in connection.path_hops_endpoint_ids %}
{{ device_names.get(endpoint_id.device_id.device_uuid.uuid, endpoint_id.device_id.device_uuid.uuid) }} / {{ endpoints_data.get(endpoint_id.endpoint_uuid.uuid, (endpoint_id.endpoint_uuid.uuid, ''))[0] }} | {% endfor %}