org.onap migration
[vid.git] / vid-automation / src / main / resources / registration_to_simulator / environment / activate / mso_error_response_for_post_operational_environment.json
1 {
2   "simulatorRequest": {
3     "method": "POST",
4     "path": "/mso/cloudResources/v1/operationalEnvironments/ENV-UUID/activate"
5   } ,
6   "simulatorResponse": {
7     "responseCode": "ERROR_CODE",
8     "responseHeaders": {
9       "Content-Type": "text/html"
10     },
11     "body": "ERROR_PAYLOAD"
12   }
13 }