blob: 242db8c193a53b7a8dfd903808c5ae01ba9a93c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[ {
"request" : {
"method" : "get",
"uri" : "/aai/v11/business/customers/customer/kanag",
"headers" : {
"Authorization" : "Basic QUFJOkFBSQ==",
"X-FromAppId" : "onap-cli",
"Accept" : "application/json",
"X-TransactionId" : "req-95e5eac5-6839-49f3-8f9e-786789e69c67",
"Content-Type" : "application/json"
},
"json" : null
},
"response" : {
"status" : 200,
"json" : {
"global-customer-id" : "kanag",
"subscriber-name" : "kanag",
"subscriber-type" : "INFRA",
"resource-version" : "1509029007060"
}
}
} ]
|