summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/mocoserver/getdisklimits.json
blob: a99b0df38d221ee59fdb26b2eea64c8997fd72f1 (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/vimdriver/v1/limits/1234/disk",
        "method": "get",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "query": {
            "vimId": "123"
        }
    },
    "response": {
        "status": 200,
        "json": {
            "vimId": "123",
            "vimName": "vim1",
            "limits": {
                "volumes": 1000,
                "gigabytes": 42000,
                "snapshots": 100
            }
        }
    }
}