summaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp
diff options
context:
space:
mode:
authorKanagaraj Manickam <mkr1481@gmail.com>2019-08-29 16:49:43 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-29 16:49:43 +0530
commit1301b4f1f5273a7fd3bbcfbc31ed25bbb58fc8b4 (patch)
treee0679c3505dd37a594444b949274a9850b0ccda3 /products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp
parent91cff36cb9b008a7ea3cc4342f0f81045b4845e4 (diff)
vsp create updates
Change-Id: Iaa6a8bccbbaea70199edf96fa9111cb7c0ad7756 Issue-ID: CLI-166 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp')
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-create-schema-dublin.yaml14
1 files changed, 10 insertions, 4 deletions
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-create-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-create-schema-dublin.yaml
index 19c92393..041f536d 100644
--- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-create-schema-dublin.yaml
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-create-schema-dublin.yaml
@@ -18,7 +18,7 @@ description: Create Vendor Software Product
info:
product: onap-dublin
- service: sdc
+ service: sdc.onboarding
author: ONAP CLI Team onap-discuss@lists.onap.org
parameters:
@@ -71,17 +71,22 @@ parameters:
long_option: onboarding-method
short_option: o
is_optional: false
+ default_value: NetworkPackage
results:
direction: portrait
attributes:
- - name: ID
+ - name: id
description: VSP ID
scope: short
type: string
- name: version
description: VSP Model version
scope: short
+ type: string
+ - name: version-id
+ description: VSP Model version id
+ scope: short
type: uuid
http:
service:
@@ -107,5 +112,6 @@ http:
success_codes:
- 200
result_map:
- ID: $b{$.itemId}
- version: $b{$.version.id}
+ id: $b{$.itemId}
+ version: $b{$.version.name}
+ version-id: $b{$.version.id}