7a3d344717
Adds v2 and v3 API documentation for list all hosts and show host details. Change-Id: I43791fded823cd931c2d77a11fa502b2cb5f0105 Closes-Bug: #1558257
23 lines
630 B
JSON
23 lines
630 B
JSON
{
|
|
"host": [{
|
|
"resource": {
|
|
"volume_count": "8",
|
|
"total_volume_gb": "11",
|
|
"total_snapshot_gb": "1",
|
|
"project": "(total)",
|
|
"host": "node1@rbd-sas",
|
|
"snapshot_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"resource": {
|
|
"volume_count": "8",
|
|
"total_volume_gb": "11",
|
|
"total_snapshot_gb": "1",
|
|
"project": "f21a9c86d7114bf99c711f4874d80474",
|
|
"host": "node1@rbd-sas",
|
|
"snapshot_count": "1"
|
|
}
|
|
}]
|
|
}
|