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:
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>2019-03-27 11:22:51 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-27 11:22:52 +0000
commitdf59ac6bf817cc28c2e1dbe5c9165d7511aaebe9 (patch)
tree39cf82396345b6693ccb559ed677d90d4093c130 /products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-moco.json
parentd965f129d73766bd201f6226d14b1193a693c35a (diff)
parentb8d11d348759878663e7a4d7d1da05bc3b1c7443 (diff)
Merge "VSP Schema files for onap-dublin CLI"
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