summaryrefslogtreecommitdiffstats
path: root/src/main/resources/jolt/findServiceInventory.json
blob: 7188edc0aed21bd50e3b180bb455e9578e89797e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
  {
    "operation": "shift",
    "spec": {
      "*": {
        "service-instance-id": "[&1].id",
        "service-instance-name": "[&1].name",
        "service-type": "[&1].serviceSpecification.name",
        "model-version-id": "[&1].serviceSpecification.id"
      }
    }
  },
  {
    "operation": "default",
    "spec": {
      "*": {
        "relatedParty": {

            "role": "ONAPcustomer"
          }
        }
    }
  }
]