6.73. EventSubscription
在系统中管理特定事件订阅的服务。
名称 | 概述 |
---|---|
| 获取与 event-subscription 相关的信息。 |
| 从系统中删除 event-subscription。 |
6.73.1. 获取 GET
获取与 event-subscription 相关的信息。
例如,要将用户 '123' 订阅到事件 'vm_console_detected' 的信息检索到事件 '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>
名称 | 类型 | 方向 | 概述 |
---|---|---|---|
| out | event-subscription。 |