Code Review
/
vfc
/
nfvo
/
driver
/
vnfm
/
svnfm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e2105a9b1fa973b5a4b2c262de704633d888593b
[vfc/nfvo/driver/vnfm/svnfm.git]
/
1
{
2
"request": {
3
"uri": "/rest/openoapi/hw-vnfm/v1/12345/vnfs/54321/terminate",
4
"method": "post",
5
"headers": {
6
"Content-Type": "application/json;charset=UTF-8"
7
},
8
"json": {
9
}
10
},
11
"response": {
12
"status": 400,
13
"json": {
14
"retCode": 1,
15
"data": "delete vnf success"
16
}
17
}
18
}