summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/testcase/hostroa/createhostssuccess1.json
blob: 4573a0ca054f44f694c9967b6e229e2de6c907c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "request": {
        "uri": "/openoapi/resmgr/v1/hosts",
        "method": "post",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "json": {
        "id":"12345678",
        "name": "hostName",
        "cpu": "20",
        "memory": "8",
        "disk": "100",
        "vimId": "123",
        "vimName": "456"
    }
    },
    "response": {
        "status": 200,
        "json": {
            "msg": "org.openo.nfvo.resmanage.common.add.success"
        }
    }
}