From 144972aed66c5289e2f63e2d1f3719041b6ab830 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 19 Mar 2018 15:38:09 +0530 Subject: CLI: customer-show beijing Change-Id: Idd0142a990c584c2afd760b4eada5eab33959d70 Issue-ID: CLI-100 Signed-off-by: Kanagaraj Manickam k00365106 --- .../customer-show-schema-beijing-moco.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 products/onap-beijing/features/aai/src/main/resources/open-cli-sample/customer/customer-show-schema-beijing-moco.json (limited to 'products/onap-beijing/features/aai/src/main/resources/open-cli-sample/customer/customer-show-schema-beijing-moco.json') 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 -- cgit 1.2.3-korg