summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/mocoserver/getcpulimits.json
blob: c2eb4265c6e16c53b1a7665efbb15eeecb191f3d (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
{
    "request": {
        "uri": "/openoapi/vimdriver/v1/limits/1234/cpumemory",
        "method": "get",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "query": {
            "vimId": "123"
        }
    },
    "response": {
        "status": 200,
        "json": {
            "limits": {
                "rate": [],
                "absolute": {
                    "maxTotalVolumes": 1000,
                    "totalVolumesUsed": 14,
                    "maxTotalVolumeGigabytes": 42000,
                    "totalGigabytesUsed":1054
                }
            }
        }
    }
}