aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema
diff options
context:
space:
mode:
authorItohan <itohan.ukponmwan@intel.com>2019-05-22 18:07:33 +0000
committerItohan <itohan.ukponmwan@intel.com>2019-05-22 21:09:02 +0000
commit989678694e5960cb43ea5c0d37052b736b639423 (patch)
tree40fa29f85bb902390275d8825d8c1410db421efd /products/onap-dublin/features/sdc/src/main/resources/open-cli-schema
parent295dccc79512bbf5737b278d340156e0c81035dd (diff)
Fixed bugs in CLI commands
-Fixed bug in get-resoure-module-name -Changed vf-module-delete, vnf-delete and service-instance-delete to use AAI API instead of SO -Delete vf-module-delete, vnf-delete and service-instance-delete amd service-show-resource-module-name files from SO directory Issue-ID: CLI-163 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com> Change-Id: I4f9a80751d19d31db8e8a23dbaa42161b9de38c2
Diffstat (limited to 'products/onap-dublin/features/sdc/src/main/resources/open-cli-schema')
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/get-resource-module-name.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/get-resource-module-name.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/get-resource-module-name.yaml
index 908dd068..addce58d 100644
--- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/get-resource-module-name.yaml
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/get-resource-module-name.yaml
@@ -25,12 +25,12 @@ info:
results:
direction: landscape
attributes:
- - name: service-model-name
- description: name of vsp in service model
+ - name: vf-model-name
+ description: name of vf model in service model
type: string
scope: short
- name: resource-module-name
- description: system name of vsp
+ description: system name of vf-model
type: string
scope: short
@@ -46,5 +46,5 @@ http:
success_codes:
- 200
result_map:
- service-model-name: $b{services.[*].name}
- resource-module-name: $b{services.[*].systemName}
+ vf-model-name: $b{resources.[*].name}
+ resource-module-name: $b{resources.[*].systemName}