curl --location --request GET 'http://127.0.0.1:2378/api/v1/volumes/bar/history'
{
"code": 200,
"msg": "Success",
"data": {
"history": [
{
"version": 2,
"createTime": "2024-01-23 02:17:30",
"status": {
"version": 2,
"createTime": "2024-01-23 02:17:30",
"opt": {
"Driver": "local",
"DriverOpts": {
"size": "50GB"
},
"Name": "bar-2"
}
}
},
{
"version": 1,
"createTime": "2024-01-23 02:17:28",
"status": {
"version": 1,
"createTime": "2024-01-23 02:17:28",
"opt": {
"Driver": "local",
"DriverOpts": {
"size": "20GB"
},
"Name": "bar-1"
}
}
}
]
}
}