summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/testcase/siteroa/modsitesfail1.json
blob: 2c1be4e800caf0240eae4ba0a6888b75e822ddb8 (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
25
26
27
28
29
30
{
    "request": {
        "uri": "/openoapi/resmgr/v1/datacenters",
        "method": "put",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "json": {
            "country": "china",
            "id": "aaaa",
            "location": "shanghai",
            "name": "newName",
            "status": "active",
            "totalCPU": "100",
            "totalDisk": "100",
            "totalMemory": "100",
            "usedCPU": "0",
            "usedDisk": "0",
            "usedMemory": "0",
            "vimId": "123",
            "vimName": "vimName"
        }
    },
    "response": {
        "status": 200,
        "json": {
            "msg": "org.openo.nfvo.resmanage.common.update.error"
        }
    }
}