Code Review
/
vfc
/
nfvo
/
resmanagement.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4fe360fef01c179edf8602d340c8f679b4102dd4
[vfc/nfvo/resmanagement.git]
/
1
{
2
"request": {
3
"uri": "/openoapi/resmgr/v1/ports/12345678",
4
"method": "get",
5
"headers": {
6
"Content-Type": "application/json;charset=UTF-8"
7
}
8
},
9
"response": {
10
"status": 200,
11
"json": {
12
"ports": [{
13
"id": "12345678",
14
"name": "portName",
15
"networkId": "1111",
16
"status": "ACTIVE",
17
"tenantId": "123456",
18
"vimId": "11",
19
"vimName": "22"
20
}]
21
}
22
}
23
}