aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-04-24 15:28:20 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-04-24 15:32:37 +0800
commit80abcefc5fb61361f9b28a34077f75ce68058db6 (patch)
tree112da682caddfd2c790711b92d2ffab3793e5118 /products/onap-dublin/features
parent070a79ca528ce774a8ace8abef7f83897e32efbf (diff)
Update vfc cli command
Change-Id: If65da8d9a72a7d39508136903b851e04e6258e52 Issue-ID: CLI-268 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'products/onap-dublin/features')
-rw-r--r--products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-sol005-create-schema.yaml10
1 files 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