Get list of volumes
Return list of all volumes.
GET vast/{backend}/volumes
Get list of volume sizes/usage
Return used storage information for all volumes.
GET vast/{backend}/volumes/usage
Create a volume
Creates a volume with given attributes.
POST vast/{backend}/volumes
Get volume info
Return information about a volume.
GET vast/{backend}/volumes/{volume}
Update or create a volume
Update or create the specified valume.
PUT vast/{backend}/volumes/{volume}
Update a volume
Update the specified valume's attributes.
PATCH vast/{backend}/volumes/{volume}
Delete a volume
Deletes the specified volume.
DELETE vast/{backend}/volumes/{volume}