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