Return used storage information for all volumes.
If successful, this endpoint will return a 200 OK status.
The following errors may occur during this request.
| Details | HTTP status |
|---|---|
|
Received an unexpected response from VAST API |
500 Internal Server Error |
|
Request to Vast API timed out |
504 Gateway Timeout |
|
No volume was found matching any of the criteria provided in the arguments |
404 Not Found |
When the request is successful, you can expect an object matching the specification below to be returned.
{ volumes: [ Volume { id: VolumeId path: String? allowed_hosts: [ IPv4Address? ] posix_acl: Boolean? size_limit: Integer? inode_limit: Integer? } ] }