aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf
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/vf
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/vf')
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-certify-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-certify-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-certify-schema-dublin.yaml
index ce9ba283..f14fd6e3 100644
--- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-certify-schema-dublin.yaml
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-certify-schema-dublin.yaml
@@ -23,10 +23,10 @@ info:
parameters:
- - name: vf-id
- description: VF ID
+ - name: vf-uniqueId
+ description: VF UniqueId
type: string
- long_option: vf-id
+ long_option: vf-uniqueId
short_option: b
is_optional: false
- name: remarks
@@ -43,7 +43,7 @@ http:
auth: basic
mode: direct
request:
- uri: /sdc2/rest/v1/catalog/resources/${vf-id}/lifecycleState/certify
+ uri: /sdc2/rest/v1/catalog/resources/${vf-uniqueId}/lifecycleState/certify
method: POST
body: '{"userRemarks":"${remarks}"}'
success_codes: