6c53c056b052e89a9b9357916fe4e440cba0a50a
[integration/csit.git] / plans / usecases / pnf-sw-upgrade / so / simulator / aai-simulator / src / test / resources / test-data / business-customer.json
1 {
2     "global-customer-id": "DemoCustomer",
3     "subscriber-name": "DemoCustomer",
4     "subscriber-type": "INFRA",
5     "service-subscriptions": {
6         "service-subscription": [
7             {
8                 "service-type": "vLB",
9                 "relationship-list": {
10                     "relationship": [
11                         {
12                             "related-to": "tenant",
13                             "relationship-label": "org.onap.relationships.inventory.Uses",
14                             "related-link": "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/xyzcloud/tenants/tenant/693c7729b2364a26a3ca602e6f66187d",
15                             "relationship-data": [
16                                 {
17                                     "relationship-key": "cloud-region.cloud-owner",
18                                     "relationship-value": "CloudOwner"
19                                 },
20                                 {
21                                     "relationship-key": "cloud-region.cloud-region-id",
22                                     "relationship-value": "xyzcloud"
23                                 },
24                                 {
25                                     "relationship-key": "tenant.tenant-id",
26                                     "relationship-value": "693c7729b2364a26a3ca602e6f66187d"
27                                 }
28                             ],
29                             "related-to-property": [
30                                 {
31                                     "property-key": "tenant.tenant-name",
32                                     "property-value": "admin"
33                                 }
34                             ]
35                         }
36                     ]
37                 }
38             },
39             {
40                 "service-type": "vCPE",
41                 "relationship-list": {
42                     "relationship": [
43                         {
44                             "related-to": "tenant",
45                             "relationship-label": "org.onap.relationships.inventory.Uses",
46                             "related-link": "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/xyzcloud/tenants/tenant/693c7729b2364a26a3ca602e6f66187d",
47                             "relationship-data": [
48                                 {
49                                     "relationship-key": "cloud-region.cloud-owner",
50                                     "relationship-value": "CloudOwner"
51                                 },
52                                 {
53                                     "relationship-key": "cloud-region.cloud-region-id",
54                                     "relationship-value": "xyzcloud"
55                                 },
56                                 {
57                                     "relationship-key": "tenant.tenant-id",
58                                     "relationship-value": "693c7729b2364a26a3ca602e6f66187d"
59                                 }
60                             ],
61                             "related-to-property": [
62                                 {
63                                     "property-key": "tenant.tenant-name",
64                                     "property-value": "admin"
65                                 }
66                             ]
67                         }
68                     ]
69                 }
70             }
71         ]
72     }
73 }