Code Review
/
vfc
/
nfvo
/
resmanagement.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8b241643c0c733f9c88f8e8ec99cc071afe9c4a6
[vfc/nfvo/resmanagement.git]
/
1
{
2
"request": {
3
"uri": "/openoapi/resmgr/v1/limits/1234/cpu?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
"limits": {
13
"rate": [],
14
"absolute": {
15
"maxTotalVolumes": 1000,
16
"totalVolumesUsed": 14,
17
"maxTotalVolumeGigabytes": 42000,
18
"totalGigabytesUsed":1054
19
}
20
}
21
}
22
}
23
}