/hosts/{hostId}
Mount Point: /api/v6/hosts/{hostId}
The following operations are supported on this resource:
GET
Returns a specific Host in the system
Parameters
| name | description | type | default |
|---|---|---|---|
| hostId | The ID of the host to read | path |
Response Body
| element: | host |
The Host object with the specified hostId
PUT
Update an existing host in the system.
Currently, only updating the rackId is supported. All other fields of the host will be ignored.
Parameters
| name | description | type | default |
|---|---|---|---|
| hostId | The hostId to update | path |
Request Body
| element: | host |
The updated host object.
Response Body
| element: | host |
The updated host
DELETE
Delete a host from the system
Parameters
| name | description | type | default |
|---|---|---|---|
| hostId | The ID of the host to remove | path |
Response Body
| element: | host |
The deleted Host