summaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/msb/src/main/resources/open-cli-sample/microservice-delete-schema-moco.json
blob: c2d3022c5127289e2196850cc78e46170177aac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[ {
  "request" : {
    "method" : "delete",
    "uri" : "/api/microservices/v1/services/test/version/v1/nodes/23.14.15.156/80",
    "headers" : {
      "Accept" : "application/json",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : null
  }
} ]