aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-get-schema.yaml
diff options
context:
space:
mode:
authorHaibin Huang <haibin.huang@intel.com>2019-06-04 14:36:28 +0800
committerHaibin Huang <haibin.huang@intel.com>2019-06-06 11:28:21 +0800
commit3657ff330adc9580e1e01470d02a7d660d43701e (patch)
treea2573234df675b6f78f5fd06097185b5a336468f /products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-get-schema.yaml
parent3b737178f4c3f41579eb0663f53202251df60c93 (diff)
Add ns termination
Issue-ID: CLI-149 Change-Id: Ie82c7392570754ef30d4a234d63ffb2faf90a037 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Diffstat (limited to 'products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-get-schema.yaml')
-rw-r--r--products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-get-schema.yaml10
1 files changed, 1 insertions, 9 deletions
diff --git a/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-get-schema.yaml b/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-get-schema.yaml
index 2983d185..d6fa4398 100644
--- a/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-get-schema.yaml
+++ b/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-get-schema.yaml
@@ -21,14 +21,6 @@ info:
service: vfc
author: ONAP HPA Integration Team (haibin.huang@intel.com)
-parameters:
- - name: ns-instance-id
- description: ns's instance id
- type: string
- short_option: c
- long_option: ns-instance-id
- is_optional: false
-
results:
direction: landscape
attributes:
@@ -54,7 +46,7 @@ http:
auth: none
mode: direct
request:
- uri: /api/nslcm/v1/ns/${ns-instance-id}
+ uri: /api/nslcm/v1/ns
method: GET
context:
remove_empty_node: true