6.39. ClusterEnabledFeature

代表为集群启用的功能。

表 6.115. 方法概述

名称概述

get

提供有关启用集群功能的信息。

remove

禁用集群功能。

6.39.1. 获取 GET

提供有关启用集群功能的信息。

例如,要查找集群 123 启用的功能 456 的详细信息,请发送如下请求:

GET /ovirt-engine/api/clusters/123/enabledfeatures/456

这将返回包含名称的 ClusterFeature 对象:

<cluster_feature id="456">
  <name>libgfapi_supported</name>
</cluster_feature>

表 6.116. 参数摘要

名称类型方向概述

功能

ClusterFeature

out

检索启用的集群功能。

follow

字符串

in

指明应遵循哪些内联链接

6.39.1.1. follow

指明应遵循哪些内联链接。这些链接引用的对象将在当前请求中获取。详情请查看此处