aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/jolt/findServiceInventory.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/jolt/findServiceInventory.json')
-rw-r--r--src/main/resources/jolt/findServiceInventory.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/main/resources/jolt/findServiceInventory.json b/src/main/resources/jolt/findServiceInventory.json
new file mode 100644
index 0000000..7188edc
--- /dev/null
+++ b/src/main/resources/jolt/findServiceInventory.json
@@ -0,0 +1,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"
+ }
+ }
+ }
+ }
+] \ No newline at end of file