Manage physical hosts.
| Method | URI | Description |
|---|---|---|
| GET | /v2/{tenant_id}/os-hosts{?service,zone} | Lists hosts. |
| GET | /v2/{tenant_id}/os-hosts/{host_name} | Shows information for a specified host. |
| PUT | /v2/{tenant_id}/os-hosts/{host_name} | Enables a host or puts it in maintenance mode. |
| GET | /v2/{tenant_id}/os-hosts/{host_name}/startup | Starts a host. |
| GET | /v2/{tenant_id}/os-hosts/{host_name}/shutdown | Shuts down a host. |
| GET | /v2/{tenant_id}/os-hosts/{host_name}/reboot | Reboots a host. |

