95115ae7ab
This patch did: 1. Add list manageable volumes API doc. 2. Add create and list manageable snapshots API doc. Change-Id: Iccffb69b0ffb220f43258ee4c47d5d8964ae7836 Closes-bug: #1590977
18 lines
311 B
JSON
18 lines
311 B
JSON
{
|
|
"manageable-volumes": [
|
|
{
|
|
"safe_to_manage": false,
|
|
"reference": {
|
|
"source-name": "volume-3a81fdac-e8ae-4e61-b6a2-2e14ff316f19"
|
|
},
|
|
"size": 1
|
|
},
|
|
{
|
|
"safe_to_manage": true,
|
|
"reference": {
|
|
"source-name": "lvol0"
|
|
},
|
|
"size": 1
|
|
}
|
|
]
|
|
} |