- | {{ service.cs_id.contextId.contextUuid.uuid }} / {{ service.cs_id.cs_id.uuid }} |
- {{ service.serviceType }} |
+
+
+ {{ service.service_id.service_uuid.uuid }}
+
+ |
+
+ {{ ste.Name(service.service_type) }}
+ |
+
+
+ {% for end_point in service.service_endpoint_ids %}
+ - {{ end_point.device_id.device_uuid.uuid }} / {{ end_point.endpoint_uuid.uuid }}
+ {% endfor %}
+
+ |
- {% for end_point in service.endpointList %}
- - {{ end_point }}
+ {% for constraint in service.service_constraints %}
+ - {{ constraint.constraint_type }}: {{ constraint.constraint_value }}
{% endfor %}
|
+ {{ sse.Name(service.service_status.service_status) }} |
- {% for constraint in service.constraint %}
- - {{ constraint }}
+ {% for rule in service.service_config.config_rules %}
+ -
+ {{ cae.Name(rule.action) }}
+
+ Key: {{ rule.resource_key }}
+
+ Value: {{ rule.resource_value }}
+
{% endfor %}
|
- {{ service.serviceState }} |
- {{ service.serviceConfig }} |
-
+
|