aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-cloud-delete-schema-dublin-moco.json
blob: 1d19da799702037ef21b8908231c863ac0789ce2 (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
[ {
  "request" : {
    "method" : "delete",
    "uri" : "/aai/v14/business/customers/customer/hpa_cust/service-subscriptions/service-subscription/vfwhpa_test/relationship-list/relationship",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-0bd900db-a552-476d-87d7-634e1ea6b34b",
      "Content-Type" : "application/json"
    },
    "json" : {
      "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" : 204,
    "json" : null
  }
} ]