Improve nbi status
[externalapi/nbi.git] / src / test / resources / mappings / aai / aai_get_customers.json
1 {
2   "request": {
3     "method": "GET",
4     "url": "/aai/v14/business/customers"
5   },
6   "response": {
7     "status": 200,
8     "jsonBody": {
9       "customer": [
10         {
11           "global-customer-id": "generic",
12           "subscriber-name": "generic",
13           "subscriber-type": "INFRA",
14           "resource-version": "1550238542827"
15         },
16         {
17           "global-customer-id": "Generic-Vendor",
18           "subscriber-name": "Generic-Vendor",
19           "subscriber-type": "INFRA",
20           "resource-version": "1550569650318"
21         },
22         {
23           "global-customer-id": "customerRG",
24           "subscriber-name": "customerRG",
25           "subscriber-type": "INFRA",
26           "resource-version": "1551445667218"
27         }
28       ]
29     },
30     "headers": {
31       "Content-Type": "application/xml"
32     }
33   }
34 }