Get version info about a volume
Get information about the current version of the volume.
Request samples
curl --location --request GET 'http://127.0.0.1:2378/api/v1/volumes/bar'
Responses
application/json {
"code": 200,
"msg": "Success",
"data": {
"Info": {
"version": 1,
"createTime": "2024-01-23 02:07:31",
"opt": {
"Driver": "local",
"DriverOpts": {
"size": "20GB"
},
"Name": "bar-1"
}
}
}
}
Modified at 2024-01-23 03:01:58