summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/testcase/limitsroa/querycpulimitssuccess1.json
blob: 8b241643c0c733f9c88f8e8ec99cc071afe9c4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "request": {
        "uri": "/openoapi/resmgr/v1/limits/1234/cpu?vimId=123",
        "method": "get",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        }
    },
    "response": {
        "status": 200,
        "json": {
            "limits": {
                "rate": [],
                "absolute": {
                    "maxTotalVolumes": 1000,
                    "totalVolumesUsed": 14,
                    "maxTotalVolumeGigabytes": 42000,
                    "totalGigabytesUsed":1054
                }
            }
        }
    }
}