aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-create-schema-dublin-moco.json
blob: ed452105a7a0fb634be7bad097b17e62dd5d3a12 (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/ovp/service-subscriptions/service-subscription/tosca_vnf_validation",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-f3754c09-0a70-4913-b8ed-1273752ad452",
      "Content-Type" : "application/json"
    },
    "json" : {
      "service-type" : "tosca_vnf_validation",
      "relationship-list" : {
        "relationship" : [ {
          "related-to" : "tenant",
          "relationship-label" : "org.onap.relationships.inventory.Uses",
          "related-link" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/OCOMP/RegionOVP/tenants/tenant/6fcac72c-a2cd-4d18-9f1d-09908ca08afe",
          "relationship-data" : [ {
            "relationship-key" : "cloud-region.cloud-owner",
            "relationship-value" : "OCOMP"
          }, {
            "relationship-key" : "cloud-region.cloud-region-id",
            "relationship-value" : "RegionOVP"
          }, {
            "relationship-key" : "tenant.tenant-id",
            "relationship-value" : "6fcac72c-a2cd-4d18-9f1d-09908ca08afe"
          } ],
          "related-to-property" : [ {
            "property-key" : "tenant.tenant-name",
            "property-value" : "ocomp"
          } ]
        } ]
      }
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]