fabc0b1bd7
Change-Id: Ib66eef4af791fd854966c7d99067c84541661b6c
24 lines
456 B
JSON
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"
|
|
}
|
|
]
|
|
} |