Code Review
/
vfc
/
nfvo
/
resmanagement.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2852a2a18c4179daf3b619eaea25053c57680e0c
[vfc/nfvo/resmanagement.git]
/
1
{
2
"request": {
3
"uri": "/openoapi/resmgr/v1/networks",
4
"method": "put",
5
"headers": {
6
"Content-Type": "application/json;charset=UTF-8"
7
},
8
"json": {
9
"id": "aaaa",
10
"name": "newName1",
11
"tenantId": "111111",
12
"status": "active",
13
"vimId": "123",
14
"vimName": "vimName",
15
"physicalNetwork": "physnet1",
16
"networkType": "vlan",
17
"segmentationId": "26"
18
}
19
},
20
"response": {
21
"status": 200,
22
"json": {
23
"msg": "org.openo.nfvo.resmanage.common.update.error"
24
}
25
}
26
}