CLI: customer-show beijing
[cli.git] / products / onap-beijing / features / aai / src / main / resources / open-cli-sample / customer / customer-show-schema-beijing-moco.json
1 [ {
2   "request" : {
3     "method" : "get",
4     "uri" : "/aai/v11/business/customers/customer/kanag",
5     "headers" : {
6       "Authorization" : "Basic QUFJOkFBSQ==",
7       "X-FromAppId" : "onap-cli",
8       "Accept" : "application/json",
9       "X-TransactionId" : "req-95e5eac5-6839-49f3-8f9e-786789e69c67",
10       "Content-Type" : "application/json"
11     },
12     "json" : null
13   },
14   "response" : {
15     "status" : 200,
16     "json" : {
17       "global-customer-id" : "kanag",
18       "subscriber-name" : "kanag",
19       "subscriber-type" : "INFRA",
20       "resource-version" : "1509029007060"
21     }
22   }
23 } ]