aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-create-schema-dublin-moco.json
blob: 1233effd4ea7cc6c9d67c8e5b97735a00ae183ba (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
[ {
  "request" : {
    "method" : "put",
    "uri" : "/aai/v14/business/customers/customer/hpa_cust/service-subscriptions/service-subscription/test-service",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-6c818985-7492-4b34-9994-11753a1f954b",
      "Content-Type" : "application/json"
    },
    "json" : {
      "service-type" : "test-service",
      "relationship-list" : {
        "relationship" : [ {
          "related-to" : "tenant",
          "relationship-label" : "org.onap.relationships.inventory.Uses",
          "related-link" : "/aai/v14/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"
          } ]
        } ]
      }
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]