f1042ed49b
The pools API responses have evolved quite a bit, and the current state must be reflected in our docs. Change-Id: I43fb5617911abdab45cce4352dc3377b5b10badf
28 lines
563 B
JSON
28 lines
563 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"name": "opencloud@alpha#ALPHA_pool",
|
|
"host": "opencloud",
|
|
"backend": "alpha",
|
|
"pool": "ALPHA_pool"
|
|
},
|
|
{
|
|
"name": "opencloud@beta#BETA_pool",
|
|
"host": "opencloud",
|
|
"backend": "beta",
|
|
"pool": "BETA_pool"
|
|
},
|
|
{
|
|
"name": "opencloud@gamma#GAMMA_pool",
|
|
"host": "opencloud",
|
|
"backend": "gamma",
|
|
"pool": "GAMMA_pool"
|
|
},
|
|
{
|
|
"name": "opencloud@delta#DELTA_pool",
|
|
"host": "opencloud",
|
|
"backend": "delta",
|
|
"pool": "DELTA_pool"
|
|
}
|
|
]
|
|
} |