aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-approve-schema-dublin.yaml
diff options
context:
space:
mode:
authorItohan <itohan.ukponmwan@intel.com>2019-05-03 21:26:08 +0000
committerItohan <itohan.ukponmwan@intel.com>2019-05-03 21:26:08 +0000
commitf23c7a9113e97602682d52b4c297174776672fa1 (patch)
tree60e7b817e5181517030a3f83e60e1492c47890b0 /products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-approve-schema-dublin.yaml
parent70d51414231a0d4f6010e40646386e3b740a7e0b (diff)
Bug Fixes in ONAP CLI
-Fixed Bugs -Added some required descriptions Change-Id: I93506078ee0ac4336374cd8d19d7459e9acf4015 Issue-ID: CLI-163 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Diffstat (limited to 'products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-approve-schema-dublin.yaml')
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-approve-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-approve-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-approve-schema-dublin.yaml
index 40317323..5b39b846 100644
--- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-approve-schema-dublin.yaml
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-approve-schema-dublin.yaml
@@ -23,10 +23,10 @@ info:
parameters:
- - name: service-model-uuid
- description: Service model UUID (can be found by running service-model-list)
+ - name: service-model-uniqueId
+ description: Service model UniqueId (can be found by running service-model-list)
type: string
- long_option: service-model-uuid
+ long_option: service-model-uniqueId
short_option: b
is_optional: false
- name: remarks
@@ -43,7 +43,7 @@ http:
auth: basic
mode: direct
request:
- uri: /sdc2/rest/v1/catalog/services/${service-model-uuid}/distribution-state/approve
+ uri: /sdc2/rest/v1/catalog/services/${service-model-uniqueId}/distribution-state/approve
method: POST
body: '{"userRemarks": "${remarks}"}'
success_codes: