aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-disassociate-schema-dublin-moco.json
blob: 5f102ff1d6e211e4b4f0c81d0fa8d65c897dd716 (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" : "delete",
    "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-26265a69-7c6c-4315-bddb-0e9548880b15",
      "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" : 204,
    "json" : null
  }
} ]