Clone a specific volume
PUT/portal/api/v1/volumes/action/:volume_id/clone
Clones a volume identified by volume_id
to a new volume with a specified name and project information.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 500
Volume cloned successfully
Unauthorized
Not authorized to access the resource
Resource not found.
Resource conflict.
Internal Server Error