summaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-delete-vnf-schema-moco.json
blob: febc57914e26daa688b21c4ab5a205ff525fc520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[ {
  "request" : {
    "method" : "delete",
    "uri" : "/api/catalog/v1/vnfpackages/a8571488-d72d-4d9f-b534-4e7380390175",
    "headers" : {
      "Accept" : "application/json",
      "Content-Type" : "application/json"
    },
    "json" : { }
  },
  "response" : {
    "status" : 202,
    "json" : {
      "jobId" : "97eef170-174d-406d-b3c6-0516e21fbaf7"
    }
  }
} ]