KDDIクラウドプラットフォームサービス ナレッジサイト

  • HOME
  • 提供API一覧
  • deleteVMSnapshot

deleteVMSnapshot

処理概要

VMスナップショットの削除

 

注意事項

・なし

 

リクエスト

・リクエストパラメータ

Parameter Name Description Required
vmsnapshotid The ID of the VM snapshot true

 

・リクエストサンプル

$ ./kick_api.sh command=deleteVMSnapshot vmsnapshotid=1caa2744-6ea6-42c8-aa6b-38f2ef3c92ce

 

レスポンス

・レスポンスボディ

Response Name Description
displaytext any text associated with the success or failure
success true if operation is executed successfully

 

・レスポンスサンプル

【コマンド実行結果】

<?xml version=”1.0″ encoding=”UTF-8″?>
<deletevmsnapshotresponse cloud-stack-version=”4.3.0.2″>
<jobid>e70d54f0-7f94-4997-9abf-9c613903bd70</jobid>
</deletevmsnapshotresponse>

 

【queryAsyncJobResultでの確認結果】

<?xml version=”1.0″ encoding=”UTF-8″?>
<queryasyncjobresultresponse cloud-stack-version=”4.3.0.2″>
<accountid>d344caf5-24dc-4194-ac5f-2d78d5e38039</accountid>
<userid>0212ea46-0529-4250-9e3e-bcb03c114002</userid>
<cmd>org.apache.cloudstack.api.command.user.vmsnapshot.DeleteVMSnapshotCmd</cmd>
<jobstatus>1</jobstatus>
<jobprocstatus>0</jobprocstatus>
<jobresultcode>0</jobresultcode>
<jobresulttype>object</jobresulttype>
<jobresult>
<success>true</success>
</jobresult>
<created>2016-09-25T20:32:01+0900</created>
<jobid>e70d54f0-7f94-4997-9abf-9c613903bd70</jobid>
</queryasyncjobresultresponse>

提供API一覧

2024/04/11 2024/04/11