CloudStack API deleteVolume

Jmnote bot (토론 | 기여)님의 2023년 10월 5일 (목) 14:07 판 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

deleteVolume
$ curl -s 'http://localhost:8096/client/api?response=json&command=deleteVolume&id=dfbe7a91-3c58-024f-6b91-d35a702c46eb' | python -m json.tool
{
    "deletevolumeresponse": {
        "success": "true"
    }
}

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}