summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/uui-sotn_getNetworkPolicy.json
diff options
context:
space:
mode:
authordecheng zhang <decheng.zhang@huawei.com>2021-10-06 21:07:43 -0400
committerdecheng zhang <decheng.zhang@huawei.com>2022-03-20 22:56:55 -0400
commit067fe18168fae8b5cf5ac211dcf1f52f476e8bb7 (patch)
tree8f8b7e561d213d59f8949a05ae118c45864bda0e /usecaseui-portal/src/app/mock/json/uui-sotn_getNetworkPolicy.json
parentb44075625fe5d092e0f7048b254edc986dd26c0a (diff)
Display CCVPN network topology and tunnel installation.
Issue-ID: REQ-1103 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: Ia8ad763ef8cdd48238c1398bd6680cc8ea2d14d6 Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/uui-sotn_getNetworkPolicy.json')
-rw-r--r--usecaseui-portal/src/app/mock/json/uui-sotn_getNetworkPolicy.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/uui-sotn_getNetworkPolicy.json b/usecaseui-portal/src/app/mock/json/uui-sotn_getNetworkPolicy.json
new file mode 100644
index 00000000..3073ba3e
--- /dev/null
+++ b/usecaseui-portal/src/app/mock/json/uui-sotn_getNetworkPolicy.json
@@ -0,0 +1,45 @@
+{
+ "network-policy-id": "933dacc1-56e0-4b94-8808-4d099ebc4de5",
+ "network-policy-fqdn": "cll-101",
+ "resource-version": "1642347889712",
+ "name": "TSCi policy",
+ "type": "SLA",
+ "latency": 2,
+ "max-bandwidth": 3000,
+ "relationship-list": {
+ "relationship": [
+ {
+ "related-to": "allotted-resource",
+ "relationship-label": "org.onap.relationships.inventory.Uses",
+ "related-link": "/aai/v24/business/customers/customer/IBNCustomer/service-subscriptions/service-subscription/IBN/service-instances/service-instance/cll-101/allotted-resources/allotted-resource/cll-101-network-001",
+ "relationship-data": [
+ {
+ "relationship-key": "customer.global-customer-id",
+ "relationship-value": "IBNCustomer"
+ },
+ {
+ "relationship-key": "service-subscription.service-type",
+ "relationship-value": "IBN"
+ },
+ {
+ "relationship-key": "service-instance.service-instance-id",
+ "relationship-value": "cll-101"
+ },
+ {
+ "relationship-key": "allotted-resource.id",
+ "relationship-value": "cll-101-network-001"
+ }
+ ],
+ "related-to-property": [
+ {
+ "property-key": "allotted-resource.description"
+ },
+ {
+ "property-key": "allotted-resource.allotted-resource-name",
+ "property-value": "network_cll-101-network-001"
+ }
+ ]
+ }
+ ]
+ }
+} \ No newline at end of file