change operational-environment-type on operational-environments query
[vid.git] / vid-automation / src / test / resources / registration_to_simulator / get_operational_environments_aai.json
1 {
2   "simulatorRequest": {
3     "method": "GET",
4     "path": "/aai/v../cloud-infrastructure/operational-environments"
5   } ,
6   "simulatorResponse": {
7     "responseCode": 200,
8     "body": {
9       "operational-environment":[{
10         "operational-environment-id": "UUID_of_Operational_Environment",
11         "operational-environment-name": "Op Env Name",
12         "operational-environment-type": "VNF",
13         "operational-environment-status": "ACTIVE",
14         "tenant-context": "Test",
15         "workload-context": "VNF_Development",
16         "resource-version": "1505228226913",
17         "relationship-list": {
18           "relationship": [
19             {
20               "related-to": "operational-environment",
21               "related-link": "string",
22               "relationship-data": [
23                 {
24                   "relationship-key": "operational-environment.operational-environment-id",
25                   "relationship-value": "UUID of the ECOMP Operational Environment"
26                 }
27               ],
28               "related-to-property": [
29                 {
30                   "property-key": "operational-environment.operational-environment-name",
31                   "property-value": "Name of the ECOMP Operational Environment"
32                 }
33               ]
34             }
35           ]
36         }
37       },
38         {
39           "operational-environment-id": "UUID of ECOMP Operational Environment",
40           "operational-environment-name": "ECOMP Env Name",
41           "operational-environment-type": "ECOMP",
42           "operational-environment-status": "ACTIVE",
43           "tenant-context": "ECOMP Test",
44           "workload-context": "ECOMP_Development",
45           "resource-version": "1505228226912"
46         }]}
47   }
48 }