5.218. VmApplications
此服务提供有关虚拟机中安装的应用程序的信息。
名称 | 概述 |
---|---|
| 返回虚拟机中安装的应用程序列表。 |
5.218.1. 列出 GET
返回虚拟机中安装的应用程序列表。
名称 | 类型 | 方向 | 概述 |
---|---|---|---|
| Out | 在虚拟机上安装的应用程序列表。 | |
| In | 指明是否应该根据用户权限过滤结果。 | |
| In | 设置要返回的最大应用程序数量。 |
5.218.1.1. 应用程序
在虚拟机上安装的应用程序列表。
例如,请求如下:
GET /ovirt-engine/api/vms/123/applications/
可能会返回类似如下的列表:
<applications> <application href="/ovirt-engine/api/vms/123/applications/456" id="456"> <name>kernel-3.10.0-327.36.1.el7</name> <vm href="/ovirt-engine/api/vms/123" id="123"/> </application> <application href="/ovirt-engine/api/vms/123/applications/789" id="789"> <name>ovirt-guest-agent-common-1.0.12-3.el7</name> <vm href="/ovirt-engine/api/vms/123" id="123"/> </application> </applications>
5.218.1.2. max
设置要返回的最大应用程序数量。如果没有指定所有应用程序,则返回。