Reference Guide

Table Of Contents
GET /host/{id}
Description
Query details about a specific host.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the host. string
Responses
HTTP
Code
Description Schema
200 Success host_instance
404 Not Found error_response
Produces
application/json
DELETE /host/{id}
Description
Delete a host. Delete fails if host is attached to a volume or consistency group.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the host. string
Body
body
optional
host_delete
Responses
122