aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/environment/deactivate/error_deactivate_operational_environment.json
blob: ee5fecd7b689e3792adef614902e4553cfac13f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "simulatorRequest": {
    "method": "POST",
    "path": "/mso/cloudResources/v1/operationalEnvironments/ENV-UUID/deactivate"
  } ,
  "simulatorResponse": {
    "responseCode": "ERROR_CODE",
    "responseHeaders": {
      "Content-Type": "text/html"
    },
    "body": "ERROR_PAYLOAD"
  }
}