aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model
diff options
context:
space:
mode:
authorKanagaraj Manickam <mkr1481@gmail.com>2019-08-29 16:43:14 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-29 16:43:14 +0530
commit5bf05a0c07e8055f3d87eeba0bb7a91378c9cf0a (patch)
tree9887621afd3a07eb37e91b1f198c3d31b352307a /products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model
parent5824545d1f67949109a23113bd01dfc7499e8a0e (diff)
service-model-add-artifact updates
Change-Id: Ia8e9e65d09f2caedccc5e555d966f9d109985fd1 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/service-model')
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-add-artifact-schema-dublin.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-add-artifact-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-add-artifact-schema-dublin.yaml
index dc881d90..0a81b0f1 100644
--- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-add-artifact-schema-dublin.yaml
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-add-artifact-schema-dublin.yaml
@@ -18,15 +18,15 @@ description: Add a artifact to a Service model
info:
product: onap-dublin
- service: sdc
+ service: sdc.catalog
author: ONAP HPA Team onap-discuss@lists.onap.org
parameters:
- - name: service-uniqueId
+ - name: service-id
description: Service Unique Id
type: string
- long_option: service-uniqueId
+ long_option: service-id
short_option: x
is_optional: false
- name: remarks
@@ -62,7 +62,7 @@ http:
auth: basic
mode: direct
request:
- uri: /sdc2/rest/v1/catalog/services/${service-uniqueId}/artifacts
+ uri: /sdc2/rest/v1/catalog/services/${service-id}/artifacts
method: POST
headers:
Content-MD5: $s{md5:__body__}