6.55. DataCenters
用于管理数据中心的服务。
名称 | 概述 |
---|---|
| 创建新的数据中心. |
| 列出数据中心. |
6.55.1. 添加 POST
创建新的数据中心.
创建新数据中心需要 名称和
本地
元素。例如,要创建名为 mydc
的数据中心,它使用共享存储(NFS、iSCSI 或光纤通道)发送如下的请求:
POST /ovirt-engine/api/datacenters
这样的请求正文:
<data_center> <name>mydc</name> <local>false</local> </data_center>
名称 | 类型 | 方向 | 概述 |
---|---|---|---|
| in/Out | 正在添加的数据中心。 |