6.87.16. update 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>