aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/get_empty_operational_environment.json
blob: e8cff97f22a0e0df763437e32ab38b9914e9b520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "simulatorRequest": {
    "method": "GET",
    "path": "/aai/v../cloud-infrastructure/operational-environments"
  } ,
  "simulatorResponse": {
    "responseCode": 200,
    "body": {
      "operational-environment":[]
    }
  }
}