5.34. 集群
用于管理集群的服务。
名称 | 概述 |
---|---|
| 创建新集群。 |
|
5.34.1. 添加 POST
创建新集群。
这需要 名称
、cpu.type
和 data_center
属性。使用 id
或 name
属性识别数据中心。
POST /ovirt-engine/api/clusters
使用请求正文,如下所示:
<cluster> <name>mycluster</name> <cpu> <type>Intel Penryn Family</type> </cpu> <data_center id="123"/> </cluster>
名称 | 类型 | 方向 | 概述 |
---|---|---|---|
| in/Out |