aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-sol005-get-schema.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-sol005-get-schema.yaml')
-rw-r--r--products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-sol005-get-schema.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-sol005-get-schema.yaml b/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-sol005-get-schema.yaml
index 00cb8f5e..bb83ed85 100644
--- a/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-sol005-get-schema.yaml
+++ b/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-sol005-get-schema.yaml
@@ -22,7 +22,7 @@ info:
author: ONAP VFC Team (yangyanyj@chinamobile.com)
results:
- direction: portrait
+ direction: landscape
attributes:
- name: ns-instance-id
description: ns-instance-id
@@ -46,7 +46,7 @@ http:
auth: none
mode: direct
request:
- uri: api/nslcm/v1/ns_instances
+ uri: /api/nslcm/v1/ns_instances
method: GET
context:
remove_empty_node: true
@@ -57,7 +57,7 @@ http:
success_codes:
- 200
result_map:
- ns-instance-id: $b{$.nsInstanceId}
- ns-name: $b{$.nsName}
- description: $b{$.description}
- nsd-id: $b{$.nsdId}
+ ns-instance-id: $b{$.[*].id}
+ ns-name: $b{$.[*].nsInstanceName}
+ description: $b{$.[*].nsInstanceDescription}
+ nsd-id: $b{$.[*].nsdId}