9.4. 메서드
9.4.1. 새 데이터 센터 생성 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
새 데이터 센터를 생성하려면
이름과 로컬 요소가 필요합니다.
예 9.3. 데이터 센터 생성
POST /ovirt-engine/api/datacenters HTTP/1.1
Accept: application/xml
Content-type: application/xml
<data_center>
<name>NewDatacenter</name>
<local>false</local>
</data_center>