- HOME
- 提供API一覧
- removePremiumHost
removePremiumHost
処理概要
Premiumホストを削除
注意事項
・なし
リクエスト
・リクエストパラメータ
| Parameter Name | Description | Required |
| name | the name of the host ※論理名 | true |
・リクエストサンプル
$ ./kick_api.sh command=removePremiumHost name=jp2-east03-Losv-003273
レスポンス
・レスポンスボディ
| Response Name | Description |
| success | true if operation is executed successfully |
・レスポンスサンプル
【API実行結果】
<?xml version=”1.0″ encoding=”UTF-8″ standalone=”yes”?>
<removepremiumhostresponse cloud-stack-version=”4.3.0.2″>
<success>true</success>
</removepremiumhostresponse>
