aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/resources/responses/aai/listServicesByOwningEntity.json
blob: a97a74a06a8945b6d3c11fd44b5d0d3cedf22281 (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
{
  "owning-entity": [
    {
      "owning-entity-id": "43b8a85a-0421-4265-9069-117dd6526b8a",
      "owning-entity-name": "Melissa",
      "resource-version": "1527418700853",
      "relationship-list": {
        "relationship": [
          {
            "related-to": "service-instance",
            "relationship-label": "org.onap.relationships.inventory.BelongsTo",
            "related-link": "/aai/v12/business/customers/customer/256cddb4-3aa1-43cc-a08f-315bb50b275e/service-subscriptions/service-subscription/MSO-dev-service-type/service-instances/service-instance/af9d52f9-13b2-4657-a198-463677f82dc0",
            "relationship-data": [
              {
                "relationship-key": "customer.global-customer-id",
                "relationship-value": "256cddb4-3aa1-43cc-a08f-315bb50b275e"
              },
              {
                "relationship-key": "service-subscription.service-type",
                "relationship-value": "MSO-dev-service-type"
              },
              {
                "relationship-key": "service-instance.service-instance-id",
                "relationship-value": "af9d52f9-13b2-4657-a198-463677f82dc0"
              }
            ],
            "related-to-property": [
              {
                "property-key": "service-instance.service-instance-name",
                "property-value": "xbghrftgr_shani"
              }
            ]
          },
          {
            "related-to": "service-instance",
            "relationship-label": "org.onap.relationships.inventory.BelongsTo",
            "related-link": "/aai/v12/business/customers/customer/e02fd6f2-7fc2-434b-a92d-15abdb24b68d/service-subscriptions/service-subscription/JUST-another-service-type/service-instances/service-instance/49769492-5def-4c89-8e73-b236f958fa40",
            "relationship-data": [
              {
                "relationship-key": "customer.global-customer-id",
                "relationship-value": "e02fd6f2-7fc2-434b-a92d-15abdb24b68d"
              },
              {
                "relationship-key": "service-subscription.service-type",
                "relationship-value": "JUST-another-service-type"
              },
              {
                "relationship-key": "service-instance.service-instance-id",
                "relationship-value": "49769492-5def-4c89-8e73-b236f958fa40"
              }
            ],
            "related-to-property": [
              {
                "property-key": "service-instance.service-instance-name",
                "property-value": "fghghfhgf"
              }
            ]
          }
        ]
      }
    },
    {
      "owning-entity-id": "26dcc4aa-725a-447d-8346-aa26dfaa4eb7",
      "owning-entity-name": "Kobe",
      "resource-version": "1527418700844",
      "relationship-list": {
        "relationship": [
          {
            "related-to": "service-instance",
            "relationship-label": "org.onap.relationships.inventory.BelongsTo",
            "related-link": "/aai/v12/business/customers/customer/256cddb4-3aa1-43cc-a08f-315bb50b275e/service-subscriptions/service-subscription/MSO-dev-service-type/service-instances/service-instance/1d8fd482-2f53-4d62-a7bd-20e4bab14c45",
            "relationship-data": [
              {
                "relationship-key": "customer.global-customer-id",
                "relationship-value": "256cddb4-3aa1-43cc-a08f-315bb50b275e"
              },
              {
                "relationship-key": "service-subscription.service-type",
                "relationship-value": "MSO-dev-service-type"
              },
              {
                "relationship-key": "service-instance.service-instance-id",
                "relationship-value": "1d8fd482-2f53-4d62-a7bd-20e4bab14c45"
              }
            ],
            "related-to-property": [
              {
                "property-key": "service-instance.service-instance-name",
                "property-value": "Bryant"
              }
            ]
          }
        ]
      }
    }
  ]
}