Extend the size of a specific volume
PUT/portal/api/v1/volumes/action/:volume_id/extend/:size
Extends the size of a volume identified by volume_id
by a specified amount.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
Volume size extended successfully
Bad Request
Unauthorized
Not authorized to access the resource
Resource not found.
Resource conflict.
Internal Server Error