"StopVirtualMachine"의 두 판 사이의 차이

(새 문서: ==개요== ;stopVirtualMachine <source lang='console'> $ curl -s 'http://localhost:8096/client/api?response=json&command=stopVirtualMachine&id=b7cbfcea-f13e-4954-b1e1-f7d067f64293' |...)
 
12번째 줄: 12번째 줄:
==같이 보기==
==같이 보기==
* [[startVirtualMachine]]
* [[startVirtualMachine]]
* [[클라스드스택 API]]
* [[클라우드스택 API]]


[[분류: CloudStack API]]
[[분류: CloudStack API]]

2018년 5월 3일 (목) 16:58 판

1 개요

stopVirtualMachine
$ curl -s 'http://localhost:8096/client/api?response=json&command=stopVirtualMachine&id=b7cbfcea-f13e-4954-b1e1-f7d067f64293' | python -m json.tool
{
    "stopvirtualmachineresponse": {
        "jobid": "2df46b80-3579-1eac-4f6b-d80257a91368"
    }
}

2 같이 보기

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