aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/infra
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-10-04 14:39:58 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-10-04 14:39:58 +0530
commitb1c17eb6b6c45a2bc1915a3c841bd5cfcd08287d (patch)
tree20e449fe876097cdf79db0e760874275669db4cc /products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/infra
parentdfe02bb20d5e012dcaaacb2837bd932149ad1714 (diff)
Casablanca: AAI cloud-delete
Issue-ID: CLI-122 Change-Id: Ia662f438f22035be2a9cdfcab5248d50efad10e4 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/infra')
-rw-r--r--products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-casablanca-moco.json18
-rw-r--r--products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-casablanca-sample.yaml9
2 files changed, 27 insertions, 0 deletions
diff --git a/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-casablanca-moco.json b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-casablanca-moco.json
new file mode 100644
index 00000000..34af1852
--- /dev/null
+++ b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-casablanca-moco.json
@@ -0,0 +1,18 @@
+[ {
+ "request" : {
+ "method" : "delete",
+ "uri" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/huawei-cloud/bangalore",
+ "headers" : {
+ "Authorization" : "Basic QUFJOkFBSQ==",
+ "X-FromAppId" : "ONAP CLI",
+ "Accept" : "application/json",
+ "X-TransactionId" : "req-88c58f14-7c55-4691-ba8a-98466fea7743",
+ "Content-Type" : "application/json"
+ },
+ "json" : null
+ },
+ "response" : {
+ "status" : 204,
+ "json" : null
+ }
+} ] \ No newline at end of file
diff --git a/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-casablanca-sample.yaml b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-casablanca-sample.yaml
new file mode 100644
index 00000000..333b18c4
--- /dev/null
+++ b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-casablanca-sample.yaml
@@ -0,0 +1,9 @@
+open_cli_sample_version: 1.0
+name: cloud-delete
+version: onap-casablanca
+samples:
+ sample1:
+ name: cloud-delete
+ input: --cloud-name huawei-cloud --region-name bangalore --resource-version 1538643783460 -d
+ moco: cloud-delete-schema-casablanca-moco.json
+ output: \ No newline at end of file