Merge from ecomp 718fd196 - Integration Tests
[vid.git] / vid-automation / src / main / resources / registration_to_simulator / get_full_operational_environment.json
1 {
2   "simulatorRequest": {
3     "method": "GET",
4     "path": "/aai/v../cloud-infrastructure/operational-environments",
5     "queryParams": {
6       "operational-environment-type" : "VNF"
7     }
8   } ,
9   "simulatorResponse": {
10     "responseCode": 200,
11     "body": {
12       "operational-environment":[{
13         "operational-environment-id": "f07ca256-96dd-40ad-b4d2-7a77e2a974ea",
14         "operational-environment-name": "Op Env Name",
15         "operational-environment-type": "VNF",
16         "operational-environment-status": "ACTIVE",
17         "tenant-context": "Test",
18         "workload-context": "VNF_Development",
19         "resource-version": "1505228226913",
20         "relationship-list": {
21           "relationship":[
22           {
23             "related-to": "operational-environment",
24             "related-link": "string",
25             "relationship-data": [
26               {
27                 "relationship-key": "operational-environment.operational-environment-id",
28                 "relationship-value": "UUID of the ECOMP Operational Environment"
29               }
30             ],
31             "related-to-property": [
32               {
33                 "property-key": "operational-environment.operational-environment-name",
34                 "property-value": "Name of the ECOMP Operational Environment"
35               }
36             ]
37           }
38         ]
39         }
40       },
41         {
42           "operational-environment-id": "f07ca256-96dd-40ad-b4d2-7a77e2a974eb",
43           "operational-environment-name": "Op Env Name",
44           "operational-environment-type": "VNF",
45           "operational-environment-status": "ACTIVE",
46           "tenant-context": "Test",
47           "workload-context": "VNF_Development",
48           "resource-version": "1505228226913",
49           "relationship-list":
50           {
51             "relationship":[
52               {
53                 "related-to": "operational-environment",
54                 "related-link": "string",
55                 "relationship-data": [
56                   {
57                     "relationship-key": "operational-environment.operational-environment-id",
58                     "relationship-value": "UUID of the ECOMP Operational Environment"
59                   }
60                 ],
61                 "related-to-property": [
62                   {
63                     "property-key": "operational-environment.operational-environment-name",
64                     "property-value": "Name of the ECOMP Operational Environment"
65                   }
66                 ]
67               }
68           ]
69           }
70         },
71         {
72           "operational-environment-id": "f07ca256-96dd-40ad-b4d2-7a77e2a974ec",
73           "operational-environment-name": "Op Env Name",
74           "operational-environment-type": "VNF",
75           "operational-environment-status": "ACTIVE",
76           "tenant-context": "Test",
77           "workload-context": "VNF_Development",
78           "resource-version": "1505228226913",
79           "relationship-list": {
80             "relationship":[
81               {
82                 "related-to": "operational-environment",
83                 "related-link": "string",
84                 "relationship-data": [
85                   {
86                     "relationship-key": "operational-environment.operational-environment-id",
87                     "relationship-value": "UUID of the ECOMP Operational Environment"
88                   }
89                 ],
90                 "related-to-property": [
91                   {
92                     "property-key": "operational-environment.operational-environment-name",
93                     "property-value": "Name of the ECOMP Operational Environment"
94                   }
95                 ]
96               }
97             ]
98           }
99         },
100         {
101           "operational-environment-id": "f07ca256-96dd-40ad-b4d2-7a77e2a974ef",
102           "operational-environment-name": "new_name",
103           "operational-environment-type": "VNF",
104           "operational-environment-status": "INACTIVE",
105           "tenant-context": "new_tenant",
106           "workload-context": "new_workload_context",
107           "resource-version": "1505228226913",
108           "relationship-list": {
109             "relationship":[
110               {
111                 "related-to": "operational-environment",
112                 "related-link": "string",
113                 "relationship-data": [
114                   {
115                     "relationship-key": "operational-environment.operational-environment-id",
116                     "relationship-value": "new_ecomp_id"
117                   }
118                 ],
119                 "related-to-property": [
120                   {
121                     "property-key": "operational-environment.operational-environment-name",
122                     "property-value": "new_ecomp_name"
123                   }
124                 ]
125               }
126             ]
127           }
128         }
129       ]}
130   }
131 }