summaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-associate-schema-elalto-moco.json
blob: c125b1d4191e472d39fe12ac6f76fc3abb1bfff3 (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/v16/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-04/relationship-list/relationship",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-7286b4b1-5a57-4934-9776-d436d9f6f5aa",
      "Content-Type" : "application/json"
    },
    "json" : {
      "related-to" : "complex",
      "related-link" : "/aai/v16/cloud-infrastructure/complexes/complex/clli1",
      "relationship-data" : [ {
        "relationship-key" : "complex.physical-location-id",
        "relationship-value" : "clli1"
      } ]
    }
  },
  "response" : {
    "status" : 200,
    "json" : null
  }
} ]