aboutsummaryrefslogtreecommitdiffstats
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 16:43:19 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-29 16:43:19 +0530
commitcf9d331b6c657444d337197d300151e32bc68ddd (patch)
tree743495ce8550e7ffe77643cf78ba9de9cac297cd /products/onap-dublin/features/sdc/src/main/resources/open-cli-schema
parentaaa51ac88c0921840263b67a2cc1f5c17f8c09d5 (diff)
service-model-create updates
Change-Id: I76c8cbd7b0c8634aeb37d933a4d278bf6be5c53f 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')
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-create-schema-dublin.yaml11
1 files changed, 8 insertions, 3 deletions
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-create-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-create-schema-dublin.yaml
index ebc0c468..aa0e004b 100644
--- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-create-schema-dublin.yaml
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-create-schema-dublin.yaml
@@ -18,7 +18,7 @@ description: Create Service model in SDC
info:
product: onap-dublin
- service: sdc
+ service: sdc.catalog
author: ONAP HPA Team onap-discuss@lists.onap.org
@@ -66,10 +66,14 @@ parameters:
results:
direction: portrait
attributes:
- - name: ID
+ - name: id
description: Service ID
scope: short
type: string
+ - name: uuid
+ description: Service UUID
+ scope: short
+ type: string
http:
service:
name: sdc
@@ -117,4 +121,5 @@ http:
- 200
- 201
result_map:
- ID: $b{$.uniqueId}
+ id: $b{$.uniqueId}
+ uuid: $b{$.uuid}