aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-create-schema-elalto-moco.json
blob: 74ebb0e801ad5116cfe6c54b38858ab159674ca2 (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/v16/business/customers/customer/hpa_cust/service-subscriptions/service-subscription/vFW",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-4dcf0fb2-4cb7-4045-8b3e-3234c799668b",
      "Content-Type" : "application/json"
    },
    "json" : {
      "service-type" : "vFW",
      "relationship-list" : {
        "relationship" : [ {
          "related-to" : "tenant",
          "relationship-label" : "org.onap.relationships.inventory.Uses",
          "related-link" : "/aai/v16/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-07/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-07"
          }, {
            "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
  }
} ]