6.40. ClusterEnabledFeatures
提供有关为此集群启用的其他功能的信息。启用的功能是集群级别的可用功能
名称 | 概述 |
---|---|
| 为集群启用额外功能。 |
| 列出为集群启用的其他功能。 |
6.40.1. 添加 POST
为集群启用额外功能。
例如,要在集群 123
上启用功能 456
,请发送如下请求:
POST /ovirt-engine/api/clusters/123/enabledfeatures
请求正文应类似如下:
<cluster_feature id="456"/>
名称 | 类型 | 方向 | 概述 |
---|---|---|---|
| in/Out |