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