"CloudStack API deleteVolume"의 두 판 사이의 차이

잔글 (Jmnote님이 DeleteVolume 문서를 CloudStack API deleteVolume 문서로 이동했습니다)
잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
1번째 줄: 1번째 줄:
==개요==
==개요==
;deleteVolume
;deleteVolume
<source lang='console'>
<syntaxhighlight lang='console'>
$ curl -s 'http://localhost:8096/client/api?response=json&command=deleteVolume&id=dfbe7a91-3c58-024f-6b91-d35a702c46eb' | python -m json.tool
$ curl -s 'http://localhost:8096/client/api?response=json&command=deleteVolume&id=dfbe7a91-3c58-024f-6b91-d35a702c46eb' | python -m json.tool
{
{
8번째 줄: 8번째 줄:
     }
     }
}
}
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2023년 10월 5일 (목) 14:07 기준 최신판

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 }}