aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-moco.json
diff options
context:
space:
mode:
authorItohan Ukponmwan <itohan.ukponmwan@intel.com>2019-03-22 17:45:23 +0000
committerItohan Ukponmwan <itohan.ukponmwan@intel.com>2019-03-22 18:10:33 +0000
commitb8d11d348759878663e7a4d7d1da05bc3b1c7443 (patch)
treeb560c879699c9aadb49dff335d5da5f0cdebf51c /products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-moco.json
parent618482352bbfdfb225bdee0ba377a4ab71ce5135 (diff)
VSP Schema files for onap-dublin CLI
Change-Id: I196668acdb3770e2b295aeb6424cdd9d8cc953e8 Issue-ID: CLI-136 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Diffstat (limited to 'products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-moco.json')
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-moco.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-moco.json
new file mode 100644
index 00000000..bbd21740
--- /dev/null
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-moco.json
@@ -0,0 +1,41 @@
+[ {
+ "request" : {
+ "method" : "post",
+ "uri" : "/onboarding-api/v1.0/vendor-software-products",
+ "headers" : {
+ "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
+ "X-FromAppId" : "ONAP CLI",
+ "Accept" : "application/json",
+ "USER_ID" : "cs0008",
+ "X-TransactionId" : "req-a5095ef3-5afc-4305-945b-26fbdaf0b6b0",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "category" : "resourceNewCategory.generic",
+ "vendorId" : "74b43ab85f3d49948c1513a27adfaba7",
+ "subCategory" : "resourceNewCategory.generic.abstract",
+ "description" : "cli-test-vsp",
+ "licensingVersion" : "eb65c2fbbaee4a8dbd0b60e697e98fb7",
+ "licensingData" : {
+ "featureGroups" : [ "292d56e87f274ef385b0dfd41f41a066" ],
+ "licenseAgreement" : "92bcbe53b6724ae78c7c13e4269cb90f"
+ },
+ "icon" : "icon",
+ "onboardingMethod" : "NetworkPackage",
+ "vendorName" : "Itohan-vendor",
+ "name" : "cli-vsp-v2"
+ }
+ },
+ "response" : {
+ "status" : 200,
+ "json" : {
+ "itemId" : "a9928e0e8b124f4d87a9e0654c4b1d60",
+ "version" : {
+ "id" : "b087302e50374ab28e5a8d4b32aa3abe",
+ "name" : "1.0",
+ "description" : "Initial version",
+ "status" : "Draft"
+ }
+ }
+ }
+} ] \ No newline at end of file