Code Review
/
vfc
/
nfvo
/
resmanagement.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7da9cdbc723fe82f6962713e10d7f0a513026493
[vfc/nfvo/resmanagement.git]
/
1
{
2
"request": {
3
"uri": "/openoapi/resmgr/v1/limits/1234/disk?vimId=123",
4
"method": "get",
5
"headers": {
6
"Content-Type": "application/json;charset=UTF-8"
7
}
8
},
9
"response": {
10
"status": 200,
11
"json": {
12
"vimId": "123",
13
"vimName": "vim1",
14
"limits": {
15
"volumes": 1000,
16
"gigabytes": 42000,
17
"snapshots": 100
18
}
19
}
20
}
21
}