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