aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-moco.json
diff options
context:
space:
mode:
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>2017-10-27 04:03:24 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-27 04:03:24 +0000
commitc4128a3daa201a3cfd7af4c578b444ba97d6bbda (patch)
treef0c7600b1386de91bb53dfb807f292360648c988 /plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-moco.json
parent5090b19cde7127ff532d422a7b18e16e2d374da2 (diff)
parentac5043681e662aa837c9be7d1d794861dd7aeb87 (diff)
Merge changes I4df12801,I8d67cae3,I7296259a,I19938237
* changes: Add sample for customer-delete Add sample for customer-show Add sample for customer-list Add sample for customer-create
Diffstat (limited to 'plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-moco.json')
-rw-r--r--plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-moco.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-moco.json b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-moco.json
new file mode 100644
index 00000000..26e8a918
--- /dev/null
+++ b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-moco.json
@@ -0,0 +1,18 @@
+[ {
+ "request" : {
+ "method" : "delete",
+ "uri" : "/aai/v11/business/customers/customer/test",
+ "headers" : {
+ "Authorization" : "Basic QUFJOkFBSQ==",
+ "X-FromAppId" : "onap-cli",
+ "Accept" : "application/json",
+ "X-TransactionId" : "req-5f5bb7d0-5d03-42a3-a24f-fd8d125a7a8e",
+ "Content-Type" : "application/json"
+ },
+ "json" : null
+ },
+ "response" : {
+ "status" : 204,
+ "json" : null
+ }
+} ] \ No newline at end of file