aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/aai/aai_get_healtcheck.json
blob: ed8939e83b6ba002c9d06cdbd83b5efe4a182e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "request": {
    "method": "GET",
    "url": "/aai/util/echo?action=long"
  },
  "response": {
    "status": 200,
    "jsonBody":{
      "responseMessages": {
        "responseMessage": [
          {
            "messageId": "INF0001",
            "text": "Success X-FromAppId=%1 X-TransactionId=%2 (msg=%3) (rc=%4)",
            "variables": {
              "variable": [
                "AAI",
                "808b54e3-e563-4144-a1b9-e24e2ed93d4f",
                "Successful health check:OK",
                "0.0.0002"
              ]
            }
          }
        ]
      }
    },
    "headers": {
      "Content-Type": "application/xml"
    }
  }
}