Code Review
/
vfc
/
nfvo
/
resmanagement.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c3196c19d7a638dc965e05974a8c2674da9ce166
[vfc/nfvo/resmanagement.git]
/
1
{
\r
2
"request": {
\r
3
"uri": "/openoapi/resmgr/v1/resoperate/updateres?tenantId=1234&vimId=123",
\r
4
"method": "put",
\r
5
"headers": {
\r
6
"Content-Type": "application/json;charset=UTF-8"
\r
7
},
\r
8
"json": {
\r
9
}
\r
10
},
\r
11
"response": {
\r
12
"status": 200,
\r
13
"json": {
\r
14
"msg": "org.openo.nfvo.resmanage.common.update.success"
\r
15
}
\r
16
}
\r
17
}