5.218. VmApplications
仮想マシンにインストールされているアプリケーションに関する情報を提供するサービス。
Name | 概要 |
---|---|
| 仮想マシンにインストールされているアプリケーションの一覧を返します。 |
5.218.1. list GET
仮想マシンにインストールされているアプリケーションの一覧を返します。
Name | タイプ | 方向 | 概要 |
---|---|---|---|
| Out | 仮想マシンにインストールされているアプリケーションのリスト。 | |
| In | ユーザーのパーミッションにしたがって、結果をフィルターする必要があるかどうかを示します。 | |
| In | 返すアプリケーションの最大数を設定します。 |
5.218.1.1. applications
仮想マシンにインストールされているアプリケーションのリスト。
たとえば、以下のようなリクエストです。
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
返すアプリケーションの最大数を設定します。指定されていない場合は、すべてのアプリケーションが返されます。