5.88. HostDevice
ホストの特定のデバイスにアクセスするためのサービス。
Name | 概要 |
---|---|
| 特定のホストのデバイスに関する情報を取得します。 |
5.88.1. get GET
特定のホストのデバイスに関する情報を取得します。
ホストデバイスを取得する例:
GET /ovirt-engine/api/hosts/123/devices/456
<host_device href="/ovirt-engine/api/hosts/123/devices/456" id="456"> <name>usb_1_9_1_1_0</name> <capability>usb</capability> <host href="/ovirt-engine/api/hosts/123" id="123"/> <parent_device href="/ovirt-engine/api/hosts/123/devices/789" id="789"> <name>usb_1_9_1</name> </parent_device> </host_device>
Name | タイプ | 方向 | 概要 |
---|---|---|---|
| Out |