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