aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-onboard-ns-schema-moco.json
diff options
context:
space:
mode:
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>2019-03-27 11:24:03 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-27 11:24:03 +0000
commit60f0ddaa9ad1043f5b33adbdd797b9ea54dd5f12 (patch)
treec725dbd337f2ceb9342d1c88ce7744535db69b87 /products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-onboard-ns-schema-moco.json
parent9aedca94424295e973476dc0321afa0a4a8875d2 (diff)
parent0036212a81245ca1e55014ab3196557734adda00 (diff)
Merge changes I5f332ce6,Ia1e76629
* changes: Add vfc nslcm operation in onap dublin Add vfc catalog operation in onap dublin
Diffstat (limited to 'products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-onboard-ns-schema-moco.json')
-rw-r--r--products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-onboard-ns-schema-moco.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-onboard-ns-schema-moco.json b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-onboard-ns-schema-moco.json
new file mode 100644
index 00000000..5218f7fd
--- /dev/null
+++ b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-onboard-ns-schema-moco.json
@@ -0,0 +1,21 @@
+[ {
+ "request" : {
+ "method" : "post",
+ "uri" : "/api/catalog/v1/nspackages",
+ "headers" : {
+ "Accept" : "application/json",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "csarId" : "a3394090-c5b4-49b4-974c-00a6eac755ab"
+ }
+ },
+ "response" : {
+ "status" : 202,
+ "json" : {
+ "status" : "success",
+ "errorCode" : "",
+ "statusDescription" : "CSAR(a3394090-c5b4-49b4-974c-00a6eac755ab) distributed successfully."
+ }
+ }
+} ] \ No newline at end of file