5.87.16. 업데이트 PUT
호스트 속성을 업데이트합니다.
예를 들어 호스트의 커널 명령줄을 업데이트하려면 다음과 같은 요청을 보냅니다.
PUT /ovirt-engine/api/hosts/123
다음과 같은 요청 본문이 있습니다.
<host> <os> <custom_kernel_cmdline>vfio_iommu_type1.allow_unsafe_interrupts=1</custom_kernel_cmdline> </os> </host>
이름 | 유형 | direction | 요약 |
---|---|---|---|
| in | 업데이트를 비동기적으로 수행해야 하는지 여부를 나타냅니다. | |
| in/Out |