aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/customer/customer-show-schema-beijing-moco.json
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-03-19 15:38:09 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-03-19 15:38:09 +0530
commit144972aed66c5289e2f63e2d1f3719041b6ab830 (patch)
tree26b9bc550f44fe77a14cd6ce82b6261df5dd9130 /products/onap-beijing/features/aai/src/main/resources/open-cli-sample/customer/customer-show-schema-beijing-moco.json
parent99040346a8a1852eff7b8a609ffd94498d16a425 (diff)
CLI: customer-show beijing
Change-Id: Idd0142a990c584c2afd760b4eada5eab33959d70 Issue-ID: CLI-100 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-beijing/features/aai/src/main/resources/open-cli-sample/customer/customer-show-schema-beijing-moco.json')
-rw-r--r--products/onap-beijing/features/aai/src/main/resources/open-cli-sample/customer/customer-show-schema-beijing-moco.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/customer/customer-show-schema-beijing-moco.json b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/customer/customer-show-schema-beijing-moco.json
new file mode 100644
index 00000000..242db8c1
--- /dev/null
+++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/customer/customer-show-schema-beijing-moco.json
@@ -0,0 +1,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"
+ }
+ }
+} ] \ No newline at end of file