6.108.19. 更新 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>