aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/getServicesAaiErrorResp.json
blob: 0f0bcee02288cfd6e34e68b07793d5e1afe9f6e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "simulatorRequest": {
    "method": "PUT",
    "path": "/aai/v../query",
    "body": "{\"start\" : \"service-design-and-creation\/models\/\", \"query\" : \"query\/serviceModels-byDistributionStatus?distributionStatus=DISTRIBUTION_COMPLETE_OK\"}",
    "queryParams": {
      "format": [
        "resource"
      ]
    }
  } ,
  "simulatorResponse": {
    "responseCode": 500,
    "body": "body"
  }
}