CLI: subscription-list beijing
[cli.git] / products / onap-beijing / features / aai / src / main / resources / open-cli-sample / subscription / subscription-list-schema-beijing-moco.json
1 [ {
2   "request" : {
3     "method" : "get",
4     "uri" : "/aai/v11/business/customers/customer/kanag/service-subscriptions",
5     "headers" : {
6       "Authorization" : "Basic QUFJOkFBSQ==",
7       "X-FromAppId" : "onap-cli",
8       "Accept" : "application/json",
9       "X-TransactionId" : "req-fd86411d-c6ea-4af5-a4f8-2296587b832b",
10       "Content-Type" : "application/json"
11     },
12     "json" : null
13   },
14   "response" : {
15     "status" : 200,
16     "json" : {
17       "service-subscription" : [ {
18         "service-type" : "vFW-kanag",
19         "resource-version" : "1509079144326",
20         "relationship-list" : {
21           "relationship" : [ {
22             "related-to" : "tenant",
23             "related-link" : "/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/huawei-cloud/bangalore/tenants/tenant/e18173e6-6a13-4614-a13c-3859e7321103",
24             "relationship-data" : [ {
25               "relationship-key" : "cloud-region.cloud-owner",
26               "relationship-value" : "huawei-cloud"
27             }, {
28               "relationship-key" : "cloud-region.cloud-region-id",
29               "relationship-value" : "bangalore"
30             }, {
31               "relationship-key" : "tenant.tenant-id",
32               "relationship-value" : "e18173e6-6a13-4614-a13c-3859e7321103"
33             } ],
34             "related-to-property" : [ {
35               "property-key" : "tenant.tenant-name",
36               "property-value" : "kanag-tenant"
37             } ]
38           } ]
39         }
40       } ]
41     }
42   }
43 } ]