6.73. EventSubscription
システムの特定のイベントサブスクリプションを管理するサービス。
名前 | Summary |
---|---|
| event-subscription に関する情報を取得します。 |
| event-subscription をシステムから削除します。 |
6.73.1. get GET
event-subscription に関する情報を取得します。
たとえば、ユーザー '123' のサブスクリプションに関する情報をイベント 'vm_console_detected' を取得するには、次のようにします。
GET /ovirt-engine/api/users/123/vm_console_detected
<event-subscription href="/ovirt-engine/api/users/123/event-subscriptions/vm_console_detected"> <event>vm_console_detected</event> <notification_method>smtp</notification_method> <user href="/ovirt-engine/api/users/123" id="123"/> <address>a@b.com</address> </event-subscription>
名前 | 型 | 方向 | Summary |
---|---|---|---|
| Out | event-subscription |
6.73.2. remove DELETE
event-subscription をシステムから削除します。
たとえば、ユーザー 123 のサブスクリプションを vm_console_detected
イベントから削除するには、以下を実行します。
DELETE /ovirt-engine/api/users/123/vm_console_detected
名前 | 型 | 方向 | Summary |
---|---|---|---|
| In | 削除を非同期的に実行するかどうかを指定します。 |