ad8e3c09aab7821f31b3e46f9010830e0c58c5e2
[vid.git] / vid-automation / src / main / resources / registration_to_simulator / environment / attachManifest / get_attachable_operational_environment.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": "f07ca256-96dd-40ad-b4d2-7a77e2a974ea",
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": "f07ca256-96dd-40ad-b4d2-7a77e2a974eb",
40           "operational-environment-name": "Op Env Name",
41           "operational-environment-type": "VNF",
42           "operational-environment-status": "ACTIVE",
43           "tenant-context": "Test",
44           "workload-context": "VNF_Development",
45           "resource-version": "1505228226913",
46           "relationship-list": {
47             "relationship": [
48               {
49                 "related-to": "operational-environment",
50                 "related-link": "string",
51                 "relationship-data": [
52                   {
53                     "relationship-key": "operational-environment.operational-environment-id",
54                     "relationship-value": "UUID of the ECOMP Operational Environment"
55                   }
56                 ],
57                 "related-to-property": [
58                   {
59                     "property-key": "operational-environment.operational-environment-name",
60                     "property-value": "Name of the ECOMP Operational Environment"
61                   }
62                 ]
63               }
64             ]
65           }
66         },
67         {
68           "operational-environment-id": "f07ca256-96dd-40ad-b4d2-7a77e2a974ec",
69           "operational-environment-name": "ECOMP Env Name",
70           "operational-environment-type": "ONAP",
71           "operational-environment-status": "ACTIVE",
72           "tenant-context": "ECOMP Test",
73           "workload-context": "ECOMP_Development",
74           "resource-version": "1505228226912"
75         },
76         {
77           "operational-environment-id": "f07ca256-96dd-40ad-b4d2-7a77e2a974ed",
78           "operational-environment-name": "ECOMP Env Name",
79           "operational-environment-type": "ONAP",
80           "operational-environment-status": "INACTIVE",
81           "tenant-context": "ECOMP Test",
82           "workload-context": "ECOMP_Development",
83           "resource-version": "1505228226912"
84         }
85       ]}
86   }
87 }