vid-automation selenium tests
[vid.git] / vid-automation / src / test / resources / registration_to_simulator / mso_error_response_for_status.json
1 {
2   "simulatorRequest": {
3     "method": "GET",
4     "path": "/mso/cloudResourcesRequests/v1",
5     "queryParams" :  {
6       "requestId": [ "3212b08c-0dcd-4d20-8c84-51e4f325c14a" ]
7     }
8   },
9   "simulatorResponse": {
10     "responseCode": 500,
11     "responseHeaders": {
12       "Content-Type": "text/html"
13     },
14     "body": "ERROR_PAYLOAD"
15   }
16 }