Code Review
/
vfc
/
nfvo
/
resmanagement.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fe528b2c207a8ae6d377fdc330f3bd846db1e69c
[vfc/nfvo/resmanagement.git]
/
1
{
2
"request": {
3
"uri": "/openoapi/resmgr/v1/hosts/aaaa",
4
"method": "get",
5
"headers": {
6
"Content-Type": "application/json;charset=UTF-8"
7
}
8
},
9
"response": {
10
"status": 200,
11
"json": {
12
"hosts": []
13
}
14
}
15
}