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:
authorHaibin Huang <haibin.huang@intel.com>2019-03-21 10:57:23 +0800
committerHaibin Huang <haibin.huang@intel.com>2019-03-21 11:01:50 +0800
commitdfed2843d00ad6ee5014393745f21282baec9a8b (patch)
tree09afd6c5c4942778f8bdd8478daf31de7f04c898 /products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-onboard-ns-schema-moco.json
parent618482352bbfdfb225bdee0ba377a4ab71ce5135 (diff)
Add vfc catalog operation in onap dublin
Change-Id: Ia1e76629cfc5176a8e7aae193a0bffb3c1766d2e Issue-ID: CLI-149 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
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