18bb05d78c2043e62f5140a1c57ba9d159711091
[cli.git] /
1 [ {
2   "request" : {
3     "method" : "put",
4     "uri" : "/aai/v11/business/customers/customer/test",
5     "headers" : {
6       "Authorization" : "Basic QUFJOkFBSQ==",
7       "X-FromAppId" : "onap-cli",
8       "Accept" : "application/json",
9       "X-TransactionId" : "req-9ad55bff-efbb-4306-bc8a-b76687e8e065",
10       "Content-Type" : "application/json"
11     },
12     "json" : {
13       "global-customer-id" : "test",
14       "subscriber-name" : "test",
15       "subscriber-type" : "INFRA"
16     }
17   },
18   "response" : {
19     "status" : 201,
20     "json" : null
21   }
22 } ]