summaryrefslogtreecommitdiffstats
path: root/config/vnflist.spec
blob: 49c2434d93ed0e4d83a901729acdd36a96e8a52b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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].&"
          }
        }
      }
    }
  }
  ]