5.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>