zaqar/api-ref/source/samples/pool-list-response.json
wanghao fabc0b1bd7 Add pools api ref
Change-Id: Ib66eef4af791fd854966c7d99067c84541661b6c
2016-07-07 10:23:02 +08:00

24 lines
456 B
JSON

{
"pools": [
{
"href": "/v2/pools/test_pool1",
"group": "poolgroup",
"name": "test_pool1",
"weight": 60,
"uri": "mongodb://192.168.1.10:27017"
},
{
"href": "/v2/pools/test_pool2",
"group": "poolgroup",
"name": "test_pool2",
"weight": 40,
"uri": "mongodb://192.168.1.20:27017"
}
],
"links": [
{
"href": "/v2/pools?marker=test_pool2",
"rel": "next"
}
]
}