Code Review
/
vfc
/
nfvo
/
resmanagement.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
984a7ebc7d281a0d4c6a15d53978a1dd543de1cc
[vfc/nfvo/resmanagement.git]
/
1
{
2
"request": {
3
"uri": "/openoapi/resmgr/v1/datacenters/12345678",
4
"method": "get",
5
"headers": {
6
"Content-Type": "application/json;charset=UTF-8"
7
}
8
},
9
"response": {
10
"status": 200,
11
"json": {
12
"datacenters": [{
13
"country": "china",
14
"id": "12345678",
15
"location": "shanghai",
16
"name": "shanghai",
17
"status": "active",
18
"totalCPU": "100",
19
"totalDisk": "100",
20
"totalMemory": "100",
21
"usedCPU": "0",
22
"usedDisk": "0",
23
"usedMemory": "0",
24
"vimId": "123",
25
"vimName": "vimName"
26
}]
27
}
28
}
29
}