c2db25ad61
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
10 lines
173 B
JSON
10 lines
173 B
JSON
{
|
|
"volume-summary": {
|
|
"total_size": 4,
|
|
"total_count": 4,
|
|
"metadata": {
|
|
"key1": ["value1", "value2"],
|
|
"key2": ["value2"]
|
|
}
|
|
}
|
|
} |