vinfra service compute volume snapshot list

List volume snapshots:

usage: vinfra service compute volume snapshot list [--long] [--volume <volume>]
--long
Enable access and listing of all fields of objects.
--volume <volume>
Volume ID or name

Example:

# vinfra service compute volume snapshot list -c id -c name -c size -c status
+--------------------------------------+------------+-----------+
| id                                   | name       | status    |
+--------------------------------------+------------+-----------+
| 3fdfe5d6-8bd2-4bf5-8599-a9cef50e5b71 | mysnapshot | available |
+--------------------------------------+------------+-----------+

This command lists volume snapshots available to the compute cluster.