6.195. StorageServerConnections
| Name | 概要 |
|---|---|
|
| 新しいストレージ接続を作成します。 |
|
|
6.195.1. add POST リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
新しいストレージ接続を作成します。
たとえば、NFS サーバー mynfs.example.com と NFS 共有 /export/mydata の新しいストレージ接続を作成するには、以下のようなリクエストを送信します。
POST /ovirt-engine/api/storageconnections
リクエスト本文は以下のようになります。
<storage_connection>
<type>nfs</type>
<address>mynfs.example.com</address>
<path>/export/mydata</path>
<host>
<name>myhost</name>
</host>
</storage_connection>
| Name | タイプ | 方向 | 概要 |
|---|---|---|---|
|
| In/Out |