summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/testcase/hostroa/modhostssuccess1.json
blob: 328095162c9f7016843d203c3ad4b2666ec964f2 (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": "put",
        "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.update.success"
        }
    }
}