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