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:55:43 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-29 16:55:43 +0530
commit8f8802076cd8925fc247276dfbe28be859573086 (patch)
treea2f8ceccb08d6b98eab3beb754c4a86634e7fb79 /products/onap-dublin/features/sdc/src/main/resources/open-cli-schema
parent5240fa288aa3d817f15b6b2f31ea3043dd2cbe3d (diff)
vf add artifact updates
Change-Id: I64b6c2730c577cc5262b08a4514818eed6172ca1 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/vf/vf-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/vf/vf-model-add-artifact-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-add-artifact-schema-dublin.yaml
index 1a6c6b7c..5eb0c8ca 100644
--- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-add-artifact-schema-dublin.yaml
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-add-artifact-schema-dublin.yaml
@@ -18,15 +18,15 @@ description: Add a artifact to a Virtual function
info:
product: onap-dublin
- service: sdc
+ service: sdc.catalog
author: ONAP HPA Team onap-discuss@lists.onap.org
parameters:
- - name: vf-uniqueId
+ - name: vf-id
description: VF UniqueId
type: string
- long_option: vf-uniqueId
+ long_option: vf-id
short_option: x
is_optional: false
- name: remarks
@@ -62,7 +62,7 @@ http:
auth: basic
mode: direct
request:
- uri: /sdc2/rest/v1/catalog/resources/${vf-uniqueId}/artifacts
+ uri: /sdc2/rest/v1/catalog/resources/${vf-id}/artifacts
method: POST
headers:
Content-MD5: $s{md5:__body__}