aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features
diff options
context:
space:
mode:
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