Code Review
/
vfc
/
nfvo
/
resmanagement.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4573a0ca054f44f694c9967b6e229e2de6c907c3
[vfc/nfvo/resmanagement.git]
/
1
{
2
"request": {
3
"uri": "/openoapi/resmgr/v1/hosts",
4
"method": "post",
5
"headers": {
6
"Content-Type": "application/json;charset=UTF-8"
7
},
8
"json": {
9
"id":"12345678",
10
"name": "hostName",
11
"cpu": "20",
12
"memory": "8",
13
"disk": "100",
14
"vimId": "123",
15
"vimName": "456"
16
}
17
},
18
"response": {
19
"status": 200,
20
"json": {
21
"msg": "org.openo.nfvo.resmanage.common.add.success"
22
}
23
}
24
}