Attach a volume to an instance
PUT/portal/api/v1/volumes/action/:volume_id/attach/:instance_id
This endpoint attaches a volume to a specified instance for the given provider.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 500
Volume attached successfully.
Unauthorized
Not authorized to access the resource
Resource not found.
Resource conflict.
Internal Server Error