Enhancements for the aai-common library
[aai/aai-common.git] / aai-core / src / test / resources / payloads / resource / customer_with_children_and_generic-vnf_with_children_and_edge_between_service-instance_vlan.json
1 {
2     "generic-vnf": {
3         "vnf-id": "gvnf",
4         "vnf-name": "example-vnf-name-val-28303",
5         "vnf-name2": "example-vnf-name2-val-14743",
6         "vnf-type": "example-vnf-type-val-58866",
7         "service-id": "example-service-id-val-24831",
8         "regional-resource-zone": "example-regional-resource-zone-val-33255",
9         "prov-status": "example-prov-status-val-47870",
10         "operational-state": "example-operational-state-val-8419",
11         "equipment-role": "example-equipment-role-val-35736",
12         "orchestration-status": "example-orchestration-status-val-67542",
13         "l-interfaces": {
14             "l-interface": [
15                 {
16                     "interface-name": "lint",
17                     "interface-role": "example-interface-role-val-61355",
18                     "v6-wan-link-ip": "example-v6-wan-link-ip-val-78314",
19                     "vlans": {
20                         "vlan": [
21                             {
22                                 "vlan-interface": "vlan",
23                                 "vlan-id-inner": 90845777,
24                                 "vlan-id-outer": 23395650
25                             }
26                         ]
27                     }
28                 }
29             ]
30         }
31     },
32     "customer": {
33         "global-customer-id": "cust",
34         "subscriber-name": "subscriber-name-022",
35         "subscriber-type": "subscriber-type-022",
36         "service-subscriptions": {
37             "service-subscription": {
38                 "service-type": "ss",
39                 "service-instances": {
40                     "service-instance": [
41                         {
42                             "service-instance-id": "si",
43                             "relationship-list": {
44                                 "relationship": [
45                                     {
46                                         "related-to": "vlan",
47                                         "relationship-data": [
48                                             {
49                                                 "relationship-key": "vlan.vlan-interface",
50                                                 "relationship-value": "vlan"
51                                             },
52                                             {
53                                                 "relationship-key": "l-interface.interface-name",
54                                                 "relationship-value": "lint"
55                                             },
56                                             {
57                                                 "relationship-key": "generic-vnf.vnf-id",
58                                                 "relationship-value": "gvnf"
59                                             }
60                                         ]
61                                     }
62                                 ]
63                             }
64                         }
65                     ]
66                 }
67             }
68         }
69     }
70 }