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