From 80abcefc5fb61361f9b28a34077f75ce68058db6 Mon Sep 17 00:00:00 2001 From: yangyan Date: Fri, 24 Apr 2020 15:28:20 +0800 Subject: Update vfc cli command Change-Id: If65da8d9a72a7d39508136903b851e04e6258e52 Issue-ID: CLI-268 Signed-off-by: yangyan --- .../open-cli-schema/nslcm/vfc-nslcm-sol005-create-schema.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-sol005-create-schema.yaml b/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-sol005-create-schema.yaml index 0b6dd99f..f913d7b1 100644 --- a/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-sol005-create-schema.yaml +++ b/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-sol005-create-schema.yaml @@ -28,8 +28,8 @@ parameters: short_option: c long_option: ns-csar-uuid is_optional: false - - name: ns-csar-name - description: ns's name of csar + - name: ns-name + description: ns's name of create type: string short_option: n long_option: ns-csar-name @@ -66,14 +66,14 @@ http: remove_empty_node: true body: '{ "nsdId": "${ns-csar-uuid}", - "nsName": "${ns-csar-name}", + "nsName": "${ns-name}", "nsDescription": "description" }' headers: Content-Type: application/json Accept: application/json - HTTP_GLOBALCUSTOMERID: '${customer-name}' - HTTP_SERVICETYPE: '${service-type}' + GLOBALCUSTOMERID: '${customer-name}' + SERVICETYPE: '${service-type}' success_codes: - 201 -- cgit 1.2.3-korg