- ホワイトクラウド ASPIRE
- サービスご利用ガイド
- APIを利用する
- APIリファレンス
- 仮想マシン
- CD/DVDの取り出し
CD/DVDの取り出し
対象の仮想マシンに対してCD/DVD(ISOイメージ)の取り出しを行います。
PUT /api/1.0/vm/{vmId}/action/ejectCd
※ vmId :CD/DVD(ISOイメージ)の取り出しをする対象の仮想マシンID
Request parameters | ||||
---|---|---|---|---|
Name | Description | Type | Data type | Required |
Authorization | Bearer [APIキー] | header | string | True |
Successful Response | |||
---|---|---|---|
Response Code | 200 OK | ||
Response Headers | Content-type: application/json | ||
Response parameters | |||
Name | Description | Example | Data type |
vmId | 仮想マシンID | 01887c57faef446fb2cca00cef507efa | String |
実行例 |
---|
# Execute request curl -X PUT -H "Authorization::$token" -H "Content-Type:application/json" ¥ -d '{}' ¥ 'https://eastapi.aspire.gcf.whitecloud.jp/api/1.0/vm/f55d...e4104b.. 218g12/action/ejectCd' |
レスポンス例 |
---|
|