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