5.111. IscsiBonds
Name | 概要 |
---|---|
| データセンターに新しい iSCSI ボンディングを作成します。 |
|
5.111.1. add POST
データセンターに新しい iSCSI ボンディングを作成します。
たとえば、ストレージ接続 456
および 789
を使用してデータセンター 123
に新しい iSCSI ボンディングを作成するには、以下のようなリクエストを送信します。
POST /ovirt-engine/api/datacenters/123/iscsibonds
リクエスト本文は以下のようになります。
<iscsi_bond> <name>mybond</name> <storage_connections> <storage_connection id="456"/> <storage_connection id="789"/> </storage_connections> <networks> <network id="abc"/> </networks> </iscsi_bond>
Name | タイプ | 方向 | 概要 |
---|---|---|---|
| In/Out |