6.87.16. 업데이트 PUT
호스트 속성을 업데이트합니다.
예를 들어 호스트의 커널 명령줄을 업데이트하려면 다음과 같은 요청을 보냅니다.
PUT /ovirt-engine/api/hosts/123
PUT /ovirt-engine/api/hosts/123
다음과 같은 요청 본문이 있습니다.
<host> <os> <custom_kernel_cmdline>vfio_iommu_type1.allow_unsafe_interrupts=1</custom_kernel_cmdline> </os> </host>
<host>
<os>
<custom_kernel_cmdline>vfio_iommu_type1.allow_unsafe_interrupts=1</custom_kernel_cmdline>
</os>
</host>