summaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema
diff options
context:
space:
mode:
authorKanagaraj Manickam <mkr1481@gmail.com>2019-08-29 15:54:06 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-29 15:54:06 +0530
commit194d17f834245193952ff89345c0aa7f981a57ab (patch)
treeb07e433417ecd018850dec24d032427a1a5093e0 /products/onap-dublin/features/sdc/src/main/resources/open-cli-schema
parentb3b034f89f261a2c8de231fdc3d61ca15036633d (diff)
VLM create updates
Issue-ID: CLI-166 Change-Id: I58f580003056769078d19cb915b8b5a6002819e6 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-dublin/features/sdc/src/main/resources/open-cli-schema')
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-create-schema-dublin.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-create-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-create-schema-dublin.yaml
index ebe16263..ca09bd2e 100644
--- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-create-schema-dublin.yaml
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-create-schema-dublin.yaml
@@ -18,7 +18,7 @@ description: Create License Model
info:
product: onap-dublin
- service: sdc
+ service: sdc.onboarding
author: ONAP CLI Team onap-discuss@lists.onap.org
@@ -38,7 +38,7 @@ parameters:
results:
direction: portrait
attributes:
- - name: ID
+ - name: id
description: License Model ID
scope: short
type: uuid
@@ -59,5 +59,5 @@ http:
success_codes:
- 200
result_map:
- ID: $b{$.itemId}
+ id: $b{$.itemId}
version: $b{$.version.id} \ No newline at end of file