6.94.2. 列出 GET
返回为主机配置的隔离代理列表。
GET /ovirt-engine/api/hosts/123/fenceagents
以下是响应示例:
<agents> <agent id="0"> <type>apc</type> <order>1</order> <ip>192.168.1.101</ip> <user>user</user> <password>xxx</password> <port>9</port> <options>name1=value1, name2=value2</options> </agent> </agents>
无法保证返回的隔离代理列表的顺序。
名称 | 类型 | 方向 | 概述 |
---|---|---|---|
| out | 隔离代理详情列表。 | |
| in | 指明应遵循哪些内联链接。 | |
| in | 设置要返回的代理的最大数量。 |
6.94.2.1. follow
指明应遵循哪些内联链接。这些链接引用的对象将在当前请求中获取。详情请查看此处。