14.6. Methods
14.6.1. 创建主机
创建新主机需要
名称、address
和 root_password
元素。
例 14.6. 创建主机
POST /ovirt-engine/api/hosts HTTP/1.1 Accept: application/xml Content-type: application/xml <host> <name>host2</name> <address>host2.example.com</address> <root_password>p@55w0Rd!</root_password> </host>
root_password
元素仅包含在客户端提供的初始表示中,它不在从后续请求返回的表示中公开。