summaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-delete-schema-dublin-moco.json
blob: ff7ddeabafabe41faa8fb7c5ecee6d3deca4b8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[ {
  "request" : {
    "method" : "delete",
    "uri" : "/aai/v13/external-system/esr-vnfm-list/esr-vnfm/1e915311-1474-4ffb-8408-1183ddfcd1a8",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-a2be1777-ed4d-4cf7-8c66-d45df6baf742",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 204,
    "json" : null
  }
} ]