From 070a79ca528ce774a8ace8abef7f83897e32efbf Mon Sep 17 00:00:00 2001 From: zhaoliping123 Date: Thu, 23 Apr 2020 19:03:20 +0800 Subject: Update vfc cli Issue-ID: CLI-268 Change-Id: Ib66d4cd23b811aee91630608d85a5df797f7d06e Signed-off-by: zhaoliping123 --- .../resources/open-cli-schema/nslcm/vfc-nslcm-get-schema.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'products/onap-elalto/features/vfc/src/main/resources/open-cli-schema') diff --git a/products/onap-elalto/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-get-schema.yaml b/products/onap-elalto/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-get-schema.yaml index dc464944..20846d67 100644 --- a/products/onap-elalto/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-get-schema.yaml +++ b/products/onap-elalto/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-get-schema.yaml @@ -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{$.[*].nsInstanceId} + ns-name: $b{$.[*].nsName} + description: $b{$.[*].description} + nsd-id: $b{$.[*].nsdId} -- cgit 1.2.3-korg