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