aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-list-schema-dublin-moco.json
blob: 8723a86626ce0b0ac37a2e22c2250962677b665a (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
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v13/business/customers/customer/hpa_cust/service-subscriptions",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-0617d23c-c9af-473a-9045-e964fd12d81f",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "service-subscription" : [ {
        "service-type" : "vfwhpa",
        "resource-version" : "1552436330116",
        "relationship-list" : {
          "relationship" : [ {
            "related-to" : "tenant",
            "relationship-label" : "org.onap.relationships.inventory.Uses",
            "related-link" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-06/tenants/tenant/709ba629fe194f8699b12f9d6ffd86a0",
            "relationship-data" : [ {
              "relationship-key" : "cloud-region.cloud-owner",
              "relationship-value" : "CloudOwner"
            }, {
              "relationship-key" : "cloud-region.cloud-region-id",
              "relationship-value" : "ONAP-POD-01-Rail-06"
            }, {
              "relationship-key" : "tenant.tenant-id",
              "relationship-value" : "709ba629fe194f8699b12f9d6ffd86a0"
            } ],
            "related-to-property" : [ {
              "property-key" : "tenant.tenant-name",
              "property-value" : "Integration-HPA"
            } ]
          }, {
            "related-to" : "tenant",
            "relationship-label" : "org.onap.relationships.inventory.Uses",
            "related-link" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-04/tenants/tenant/709ba629fe194f8699b12f9d6ffd86a0",
            "relationship-data" : [ {
              "relationship-key" : "cloud-region.cloud-owner",
              "relationship-value" : "CloudOwner"
            }, {
              "relationship-key" : "cloud-region.cloud-region-id",
              "relationship-value" : "ONAP-POD-01-Rail-04"
            }, {
              "relationship-key" : "tenant.tenant-id",
              "relationship-value" : "709ba629fe194f8699b12f9d6ffd86a0"
            } ],
            "related-to-property" : [ {
              "property-key" : "tenant.tenant-name",
              "property-value" : "Integration-HPA"
            } ]
          }, {
            "related-to" : "tenant",
            "relationship-label" : "org.onap.relationships.inventory.Uses",
            "related-link" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-05/tenants/tenant/709ba629fe194f8699b12f9d6ffd86a0",
            "relationship-data" : [ {
              "relationship-key" : "cloud-region.cloud-owner",
              "relationship-value" : "CloudOwner"
            }, {
              "relationship-key" : "cloud-region.cloud-region-id",
              "relationship-value" : "ONAP-POD-01-Rail-05"
            }, {
              "relationship-key" : "tenant.tenant-id",
              "relationship-value" : "709ba629fe194f8699b12f9d6ffd86a0"
            } ],
            "related-to-property" : [ {
              "property-key" : "tenant.tenant-name",
              "property-value" : "Integration-HPA"
            } ]
          } ]
        }
      } ]
    }
  }
} ]