aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/aai/src/main/resources/open-cli-sample/business/owning-entity/owning-entity-list-schema-elalto-moco.json
blob: dce3740f7ae27acc833a1200ba5064255ec4b6c0 (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
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v16/business/owning-entities",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-56d054e7-c86e-4427-afa3-0f40e06c90c5",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "owning-entity" : [ {
        "owning-entity-id" : "98d5c337-ccd0-49d7-87b6-14b9a33d4c8a",
        "owning-entity-name" : "OE-Demonstration",
        "resource-version" : "1569883244791",
        "relationship-list" : {
          "relationship" : [ {
            "related-to" : "service-instance",
            "relationship-label" : "org.onap.relationships.inventory.BelongsTo",
            "related-link" : "/aai/v16/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances/service-instance/df5fb9f7-4286-4a27-a395-21230bcde88f",
            "relationship-data" : [ {
              "relationship-key" : "customer.global-customer-id",
              "relationship-value" : "Demonstration"
            }, {
              "relationship-key" : "service-subscription.service-type",
              "relationship-value" : "vFW"
            }, {
              "relationship-key" : "service-instance.service-instance-id",
              "relationship-value" : "df5fb9f7-4286-4a27-a395-21230bcde88f"
            } ],
            "related-to-property" : [ {
              "property-key" : "service-instance.service-instance-name",
              "property-value" : "vfwk8s_service"
            } ]
          }, {
            "related-to" : "service-instance",
            "relationship-label" : "org.onap.relationships.inventory.BelongsTo",
            "related-link" : "/aai/v16/business/customers/customer/hpa_cust/service-subscriptions/service-subscription/vFW/service-instances/service-instance/c094df15-a513-4f4f-8e6b-f2850788490f",
            "relationship-data" : [ {
              "relationship-key" : "customer.global-customer-id",
              "relationship-value" : "hpa_cust"
            }, {
              "relationship-key" : "service-subscription.service-type",
              "relationship-value" : "vFW"
            }, {
              "relationship-key" : "service-instance.service-instance-id",
              "relationship-value" : "c094df15-a513-4f4f-8e6b-f2850788490f"
            } ],
            "related-to-property" : [ {
              "property-key" : "service-instance.service-instance-name",
              "property-value" : "test"
            } ]
          }, {
            "related-to" : "service-instance",
            "relationship-label" : "org.onap.relationships.inventory.BelongsTo",
            "related-link" : "/aai/v16/business/customers/customer/hpa_cust/service-subscriptions/service-subscription/vFW/service-instances/service-instance/24ed4142-2ef3-40b0-9ffb-d1a86a635019",
            "relationship-data" : [ {
              "relationship-key" : "customer.global-customer-id",
              "relationship-value" : "hpa_cust"
            }, {
              "relationship-key" : "service-subscription.service-type",
              "relationship-value" : "vFW"
            }, {
              "relationship-key" : "service-instance.service-instance-id",
              "relationship-value" : "24ed4142-2ef3-40b0-9ffb-d1a86a635019"
            } ],
            "related-to-property" : [ {
              "property-key" : "service-instance.service-instance-name",
              "property-value" : "test-2"
            } ]
          }, {
            "related-to" : "service-instance",
            "relationship-label" : "org.onap.relationships.inventory.BelongsTo",
            "related-link" : "/aai/v16/business/customers/customer/hpa_cust/service-subscriptions/service-subscription/vFW/service-instances/service-instance/43f872fa-20b7-4fd8-9076-61fb4b844cf4",
            "relationship-data" : [ {
              "relationship-key" : "customer.global-customer-id",
              "relationship-value" : "hpa_cust"
            }, {
              "relationship-key" : "service-subscription.service-type",
              "relationship-value" : "vFW"
            }, {
              "relationship-key" : "service-instance.service-instance-id",
              "relationship-value" : "43f872fa-20b7-4fd8-9076-61fb4b844cf4"
            } ],
            "related-to-property" : [ {
              "property-key" : "service-instance.service-instance-name",
              "property-value" : "test-3"
            } ]
          } ]
        }
      } ]
    }
  }
} ]