With RHEV 3.5.1, it is now possible to add a block storage domain using the REST API.
The following example must be added to the Technical Guide -
POST /api/storagedomains/ HTTP/1.1
Accept: application/xml
Content-type: application/xml
<storage_domain id="39baf524-380e-407c-8625-50709fcaa9c2">
<import>true</import>
<host id="052a880a-53e0-4fe3-9ed5-01f939d1df66" />
<type>data</type>
<storage>
<type>iscsi</type>
</storage>
</storage_domain>
this is an automated message. oVirt 3.6.0 RC3 has been released and GA is targeted to next week, Nov 4th 2015.
Please review this bug and if not a blocker, please postpone to a later release.
All bugs not postponed on GA release will be automatically re-targeted to
- 3.6.1 if severity >= high
- 4.0 if severity < high
Thanks so much, Byron!
Everything appears to be all good to be published for an async docs update -- Maor, if you see anything requiring corrections, please needinfo me on this bug and I will make the changes.
With RHEV 3.5.1, it is now possible to add a block storage domain using the REST API. The following example must be added to the Technical Guide - POST /api/storagedomains/ HTTP/1.1 Accept: application/xml Content-type: application/xml <storage_domain id="39baf524-380e-407c-8625-50709fcaa9c2"> <import>true</import> <host id="052a880a-53e0-4fe3-9ed5-01f939d1df66" /> <type>data</type> <storage> <type>iscsi</type> </storage> </storage_domain>