aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/multicloud/src/main/resources/open-cli-sample/multicloud-cloud-delete-schema-moco.json
blob: 1f0c31032c7d5e9ca649581ab449668f63b20193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[ {
  "request" : {
    "method" : "delete",
    "uri" : "/api/multicloud-titaniumcloud/v0/CloudOwner_ONAP-POD-01-Rail-07",
    "headers" : {
      "Accept" : "application/json",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 204,
    "json" : null
  }
} ]