org.onap migration
[vid.git] / vid-automation / src / main / resources / registration_to_simulator / get_empty_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     }
11   }
12 }