aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-associate-schema-dublin-moco.json
blob: 5f27706e651570085ef48993ef248ecaa0f016ec (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
[ {
  "request" : {
    "method" : "put",
    "uri" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/OCOMP/RegionOVP/relationship-list/relationship",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-49188d12-6a2d-4e85-90db-c004e4d542b5",
      "Content-Type" : "application/json"
    },
    "json" : {
      "related-to" : "complex",
      "related-link" : "/aai/v11/cloud-infrastructure/complexes/complex/ocomp-region",
      "relationship-data" : [ {
        "relationship-key" : "complex.physical-location-id",
        "relationship-value" : "ocomp-region"
      } ]
    }
  },
  "response" : {
    "status" : 200,
    "json" : null
  }
} ]