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