The Red Hat VirtualizationMaintenance Phase runs until August 31, 2024, followed by the Extended Life Phase with no more software fixes through August 31, 2026. See Migration Paths for OpenShift Container Platform deployed on Red Hat Virtualization for details. 3.7.2. 问题单敏感度 默认情况下,查询不区分大小写。例如,以下请求将返回名为 myvm、MyVM 和 MYVM 的虚拟机: GET /ovirt-engine/api/vms?search=name%3Dmyvm 可选的 区分大小写 的布尔值参数可用于更改此冲突。例如,要完全获取名为 myhost 的虚拟机,而不是 MyHost 或 MYHOST,请发送如下请求: GET /ovirt-engine/api/vms?search=name%3D=myvm&case_sensitive=true 前一个下一个