aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-moco.json
diff options
context:
space:
mode:
authorItohan Ukponmwan <itohan.ukponmwan@intel.com>2019-03-16 00:39:52 +0000
committerItohan Ukponmwan <itohan.ukponmwan@intel.com>2019-03-16 17:55:15 +0000
commite595350b9af7e1df041b4686608c4b385613e681 (patch)
tree714ff7dfdeb87864541b8ae2b97ea11c550da0ba /products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-moco.json
parent9958588b9888ab00f9b2b7d71cb2e0c301cd73dc (diff)
New vlm-list command for onap-dublin CLI
-vlm-list command added for onap-dublin CLI -test files also added for vlm commands Change-Id: I0b02baeddd57e253bbb78d9b54face6032d62069 Issue-ID: CLI-154 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Diffstat (limited to 'products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-moco.json')
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-moco.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-moco.json
new file mode 100644
index 00000000..da03ee30
--- /dev/null
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-moco.json
@@ -0,0 +1,31 @@
+[ {
+ "request" : {
+ "method" : "post",
+ "uri" : "/onboarding-api/v1.0/vendor-license-models",
+ "headers" : {
+ "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
+ "X-FromAppId" : "ONAP CLI",
+ "Accept" : "application/json",
+ "USER_ID" : "cs0008",
+ "X-TransactionId" : "req-0b3114ea-c98a-4035-b0f4-9f522f0188d4",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "vendorName" : "philip-vendor",
+ "description" : "",
+ "iconRef" : "icon"
+ }
+ },
+ "response" : {
+ "status" : 200,
+ "json" : {
+ "itemId" : "6b33c26b3a924b2789fa17fabd4a292d",
+ "version" : {
+ "id" : "2b683bedebeb4874a9c2a82939c77f0d",
+ "name" : "1.0",
+ "description" : "Initial version",
+ "status" : "Draft"
+ }
+ }
+ }
+} ] \ No newline at end of file