org.onap migration
[vid.git] / vid-automation / src / main / resources / registration_to_simulator / environment / status / get_cloud_resources_request_status_bad_response.json
1 {
2   "simulatorRequest": {
3     "method": "GET",
4     "path": "/mso/cloudResourcesRequests/v1",
5     "queryParams": {
6       "requestId": [
7         "dbe54591-c8ed-46d3-abc7-d3a24873dfbd"
8       ]
9     }
10   },
11   "simulatorResponse": {
12     "responseCode": "ERROR_CODE",
13     "responseHeaders": {
14       "Content-Type": "text/html"
15     },
16     "body": "ERROR_PAYLOAD"
17   }
18 }