aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-09-28 09:08:34 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-09-28 09:08:34 +0530
commit2ec48c82f0dc43ffbc307f212a1b484c18a85701 (patch)
treea74cf61039e42509c58743daa1b9bf89581324a5 /products/onap-casablanca/features/aai/src/main/resources/open-cli-sample
parenta0b29ac3d64f0f5edc3fb3db2eb1de3a1ae0a0b3 (diff)
Casablanca: AAI customer-create
Issue-ID: CLI-122 Change-Id: Ia8fc46a6365d83001c4b43e12a25651eb4c0e0b1 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-casablanca/features/aai/src/main/resources/open-cli-sample')
-rw-r--r--products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/customer/customer-create-schema-casablanca-moco.json22
-rw-r--r--products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/customer/customer-create-schema-casablanca-sample.yaml9
2 files changed, 31 insertions, 0 deletions
diff --git a/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/customer/customer-create-schema-casablanca-moco.json b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/customer/customer-create-schema-casablanca-moco.json
new file mode 100644
index 00000000..7ca8a6b7
--- /dev/null
+++ b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/customer/customer-create-schema-casablanca-moco.json
@@ -0,0 +1,22 @@
+[ {
+ "request" : {
+ "method" : "put",
+ "uri" : "/aai/v13/business/customers/customer/mrkanag",
+ "headers" : {
+ "Authorization" : "Basic QUFJOkFBSQ==",
+ "X-FromAppId" : "ONAP CLI",
+ "Accept" : "application/json",
+ "X-TransactionId" : "req-5dc2d328-9cc0-4297-8d6c-2108ee9c9036",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "global-customer-id" : "mrkanag",
+ "subscriber-name" : "mrkanag",
+ "subscriber-type" : "INFRA"
+ }
+ },
+ "response" : {
+ "status" : 201,
+ "json" : null
+ }
+} ] \ No newline at end of file
diff --git a/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/customer/customer-create-schema-casablanca-sample.yaml b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/customer/customer-create-schema-casablanca-sample.yaml
new file mode 100644
index 00000000..5764a36c
--- /dev/null
+++ b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/customer/customer-create-schema-casablanca-sample.yaml
@@ -0,0 +1,9 @@
+open_cli_sample_version: 1.0
+name: customer-create
+version: onap-casablanca
+samples:
+ sample1:
+ name: customer-create
+ input: --customer-name mrkanag --subscriber-name mrkanag -d
+ moco: customer-create-schema-casablanca-moco.json
+ output: \ No newline at end of file