From 3f5ba3e09c2056a83e7376c24b7c44ac3e6d32dd Mon Sep 17 00:00:00 2001 From: "Tait,Trevor(rt0435)" Date: Sun, 4 Nov 2018 16:30:21 -0500 Subject: Attributes for GENERIC-RESOURCE-API and VNF-API Extract Attributes for GENERIC-RESOURCE-API and VNF-API Issue-ID: LOG-797 Change-Id: I6ae2727bd85069fc89d65c0083167ca69b343895 Signed-off-by: Tait,Trevor(rt0435) --- config/vnflist.spec | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'config/vnflist.spec') diff --git a/config/vnflist.spec b/config/vnflist.spec index 49c2434..ae55a5f 100644 --- a/config/vnflist.spec +++ b/config/vnflist.spec @@ -1,19 +1,19 @@ -[ - // Use https://jolt-demo.appspot.com/#inception to develop/test - // any changes to this file - - { - // This section converts aai response for GET VNF-API from SDNC - // to org.onap.pomba.common.datatypes.VF - "operation": "shift", - "spec": { - "vnfs": { - "vnf-list": { - "*": { - "*": "vnf-list[&1].&" - } - } - } - } - } - ] +[ + // Use https://jolt-demo.appspot.com/#inception to develop/test + // any changes to this file + + { + // This section converts aai response for GET VNF-API from SDNC + // to org.onap.pomba.common.datatypes.VF + "operation": "shift", + "spec": { + "vnfs": { + "vnf-list": { + "*": { + "*": "vnf-list[&1].&" + } + } + } + } + } + ] -- cgit 1.2.3-korg