Code Review
/
vfc
/
nfvo
/
resmanagement.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b909858ee4f2d72dcef2c3b9fedecb80c9f0f00f
[vfc/nfvo/resmanagement.git]
/
1
{
2
"request": {
3
"uri": "/openoapi/resmgr/v1/networks",
4
"method": "post",
5
"headers": {
6
"Content-Type": "application/json;charset=UTF-8"
7
},
8
"json": {
9
"id": "12345678",
10
"name": "name1",
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.add.success"
24
}
25
}
26
}