Reference Guide

Table Of Contents
Produces
application/json
POST /host/{id}/attach
Description
Attach host to volume.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the host. string
Body
body
required
host_attach
Responses
HTTP
Code
Description Schema
204 Success No Content
400 Invalid request error_response
404 Not Found error_response
422 Operation Failed error_response
Produces
application/json
POST /host/{id}/detach
Description
Detach host from volume.
Parameters
124