cinder/api-ref/source/v3/samples/volumes-list-summary-response.json
TommyLike c2db25ad61 Use 'min_version' to mark newly added parameters in DOC
This patch adds or updates the parameters by using 'min_version'
for these two patches below:

1. Added sorter, filter and pagination for group snapshot in v3.29
2. Added metadata in volume/summary response in v3.36

Change-Id: I09f6565d45ea2f346a09c8cb45ff24bec6f14acc
2017-06-29 17:33:13 +08:00

10 lines
173 B
JSON

{
"volume-summary": {
"total_size": 4,
"total_count": 4,
"metadata": {
"key1": ["value1", "value2"],
"key2": ["value2"]
}
}
}