f773727111c0f6f0ddd77c6f96d8b47f8503cf40
[cli.git] /
1 [ {
2   "request" : {
3     "method" : "get",
4     "uri" : "/aai/v11/business/customers",
5     "headers" : {
6       "Authorization" : "Basic QUFJOkFBSQ==",
7       "X-FromAppId" : "onap-cli",
8       "Accept" : "application/json",
9       "X-TransactionId" : "req-f56d4034-1ee8-469c-848a-8b9cd1afa19b",
10       "Content-Type" : "application/json"
11     },
12     "json" : null
13   },
14   "response" : {
15     "status" : 200,
16     "json" : {
17       "customer" : [ {
18         "global-customer-id" : "test",
19         "subscriber-name" : "test",
20         "subscriber-type" : "INFRA",
21         "resource-version" : "1509029022293"
22       }, {
23         "global-customer-id" : "kanag",
24         "subscriber-name" : "kanag",
25         "subscriber-type" : "INFRA",
26         "resource-version" : "1509029007060"
27       }, {
28         "global-customer-id" : "Demonstration",
29         "subscriber-name" : "Demonstration",
30         "subscriber-type" : "INFRA",
31         "resource-version" : "1508827908763"
32       } ]
33     }
34   }
35 } ]