aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/aai/aai_get_owningentites.json
blob: a8621921083fda4f8ab0d1df5c0d08945606c9f2 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
{
  "request": {
    "method": "GET",
    "url": "/aai/v14/business/owning-entities"
  },
  "response": {
    "status": 200,
    "jsonBody": {
      "owning-entity": [
        {
          "owning-entity-id": "6b5b6b70-4e9a-4f6f-8b7b-cbd7cf990c6e",
          "owning-entity-name": "OE-generic",
          "resource-version": "1575866094429",
          "relationship-list": {
            "relationship": [
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/5f3f73b0-b201-43ef-a73d-06d5daa09931",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "5f3f73b0-b201-43ef-a73d-06d5daa09931"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-R3DO1R"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/df22c42b-324e-46d7-8f39-1fda8d0d9ee7",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "df22c42b-324e-46d7-8f39-1fda8d0d9ee7"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-7AK9OI"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/60dd8ce5-50ff-4b12-a1e9-f3dc8772c8c3",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "60dd8ce5-50ff-4b12-a1e9-f3dc8772c8c3"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-PEYTTI"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/freeradius/service-instances/service-instance/0ae53dd4-b2af-4045-ad79-4f760bf310fe",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "freeradius"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "0ae53dd4-b2af-4045-ad79-4f760bf310fe"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "test_freeradius_1GAQ20"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ims/service-instances/service-instance/20c18875-421c-48cb-958f-c3f82cbe098b",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ims"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "20c18875-421c-48cb-958f-c3f82cbe098b"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ims-service-instance-JGI9UO"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/414dffcd-e56b-41a6-92bc-5e22e2db69a7",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "414dffcd-e56b-41a6-92bc-5e22e2db69a7"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-C36GKE"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/a9c601e3-0bb5-442c-99fc-93919b3dd12d",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "a9c601e3-0bb5-442c-99fc-93919b3dd12d"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-8N74GT"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/freeradius/service-instances/service-instance/46815952-077d-40d1-9e1a-2af87a18c428",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "freeradius"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "46815952-077d-40d1-9e1a-2af87a18c428"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "test_freeradius_7NXRH7"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/affe8f55-4dba-442d-b71c-4a2c49c80fff",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "affe8f55-4dba-442d-b71c-4a2c49c80fff"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-KOWHS7"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/8937b9c4-2946-4324-a895-fb16ca1cda9d",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "8937b9c4-2946-4324-a895-fb16ca1cda9d"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-OJYKB6"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/59ca1615-773b-47d9-b18f-fd96c8004bcf",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "59ca1615-773b-47d9-b18f-fd96c8004bcf"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-E4W08X"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/386c9480-aff9-4202-8313-aec93b5b745a",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "386c9480-aff9-4202-8313-aec93b5b745a"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-HR2N83"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/910ac412-f5c4-4772-be53-3768b790a533",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "910ac412-f5c4-4772-be53-3768b790a533"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-RWVWR1"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/5b155fba-d315-4416-97f7-1fa0c98a4290",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "5b155fba-d315-4416-97f7-1fa0c98a4290"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-CI2FTJ"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/freeradius/service-instances/service-instance/7ac1cb0d-4230-4485-8d6b-be74c357ce19",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "freeradius"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "7ac1cb0d-4230-4485-8d6b-be74c357ce19"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "test_freeradius_5M03I5"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/freeradius/service-instances/service-instance/c8136ff7-cdbc-40bd-af24-bbfece01d4ed",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "freeradius"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "c8136ff7-cdbc-40bd-af24-bbfece01d4ed"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "test_freeradius_KG5IZ6"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/freeradius/service-instances/service-instance/d6609346-b569-490b-80f1-4aab943c925a",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "freeradius"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "d6609346-b569-490b-80f1-4aab943c925a"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "test_freeradius_OXEQ33"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/freeradius/service-instances/service-instance/e356b833-2580-41ea-bdd2-02334027f1ef",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "freeradius"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "e356b833-2580-41ea-bdd2-02334027f1ef"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "test_freeradius_YE6EMY"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/cbcefc28-4b8b-4b1c-b20b-292c09b8c8cd",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "cbcefc28-4b8b-4b1c-b20b-292c09b8c8cd"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-1DGLAN"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/freeradius/service-instances/service-instance/a6ac6000-a715-4de7-bce0-909b2c0f9981",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "freeradius"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "a6ac6000-a715-4de7-bce0-909b2c0f9981"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "test_freeradius_YRKEYG"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/freeradius/service-instances/service-instance/143a5ce0-630b-4be6-85cd-386f35a137c3",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "freeradius"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "143a5ce0-630b-4be6-85cd-386f35a137c3"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "test_freeradius_I6Z0M7"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ims/service-instances/service-instance/95eaf6bb-c3d8-43d8-98c3-9e0276445a49",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ims"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "95eaf6bb-c3d8-43d8-98c3-9e0276445a49"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ims-service-instance-6FJ4KX"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/b1a1ca78-ccc6-4fc6-9bff-5576d0365c82",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "b1a1ca78-ccc6-4fc6-9bff-5576d0365c82"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-DO2AKT"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/freeradius/service-instances/service-instance/e4869f42-812b-4475-b9cd-9e50df2be0b1",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "freeradius"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "e4869f42-812b-4475-b9cd-9e50df2be0b1"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "test_freeradius_01M7L1"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/freeradius/service-instances/service-instance/ad9ccfc3-afe2-4802-9d6f-0dc420a1c4a7",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "freeradius"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "ad9ccfc3-afe2-4802-9d6f-0dc420a1c4a7"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "test_freeradius_6NSUMS"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/bb9e6588-e37d-4848-b311-6fe688afd52d",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "bb9e6588-e37d-4848-b311-6fe688afd52d"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-AT6CPC"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/freeradius/service-instances/service-instance/ef43cc8f-3b6f-4f6c-8d5b-f2f26cab7f28",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "freeradius"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "ef43cc8f-3b6f-4f6c-8d5b-f2f26cab7f28"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "test_freeradius_4EIEQA"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/freeradius/service-instances/service-instance/9af7ae2e-5c32-4dc3-a5eb-8898d49da97e",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "freeradius"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "9af7ae2e-5c32-4dc3-a5eb-8898d49da97e"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "test_freeradius_5Z6N24"
                  }
                ]
              },
              {
                "related-to": "service-instance",
                "relationship-label": "org.onap.relationships.inventory.BelongsTo",
                "related-link": "/aai/v13/business/customers/customer/generic/service-subscriptions/service-subscription/ubuntu16/service-instances/service-instance/042ccff3-f0c8-4a52-96ad-6516541702b5",
                "relationship-data": [
                  {
                    "relationship-key": "customer.global-customer-id",
                    "relationship-value": "generic"
                  },
                  {
                    "relationship-key": "service-subscription.service-type",
                    "relationship-value": "ubuntu16"
                  },
                  {
                    "relationship-key": "service-instance.service-instance-id",
                    "relationship-value": "042ccff3-f0c8-4a52-96ad-6516541702b5"
                  }
                ],
                "related-to-property": [
                  {
                    "property-key": "service-instance.service-instance-name",
                    "property-value": "ubuntu16-service-instance-A0CZXY"
                  }
                ]
              }
            ]
          }
        },
        {
          "owning-entity-id": "Useless_But_Mandatory",
          "owning-entity-name": "Useless_But_Mandatory",
          "resource-version": "1575382554324"
        }
      ]
    },
    "headers": {
      "Content-Type": "application/json"
    }
  }
}