5.88. HostDevice
호스트의 특정 장치에 액세스하는 서비스입니다.
| 이름 | 요약 |
|---|---|
|
| 특정 호스트의 장치에 대한 정보를 검색합니다. |
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>
| 이름 | 유형 | direction | 요약 |
|---|---|---|---|
|
| out |