{ "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 } } } }