Find volumes by searching criteria
GET/projects/:projectId/zones/:zoneName/volumes
Return volumes that match all searching criteria. Criteria are project identifier and volume name.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 500
- 503
Ok
Response Headers
X-Total-Count integer
Returns Pagination of response. The total number of items in the collection, after application of filters if any.X-Result-Count integer
The actual number of items contained in the response body. Note that it can be less than the requested "limit".
Bad Request
Request is not valid
Unauthorized
Credentials are missing
Forbidden
Valid credentials but not enough privileges to perform the operation
Not Found
Unknown resource or service
Method Not Allowed
Operation is not valid according to the state of the resource
Internal Server Error
Unexpected error, please contact support
Service Unavailable
Service probably in maintenance. Please retry later.