"StopVirtualMachine"의 두 판 사이의 차이

 
15번째 줄: 15번째 줄:
* [[listAsyncJobs]]
* [[listAsyncJobs]]
* [[클라우드스택 API]]
* [[클라우드스택 API]]
==참고==
* https://cloudstack.apache.org/api/apidocs-4.6/user/stopVirtualMachine.html


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

2018년 5월 3일 (목) 17:02 기준 최신판

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 같이 보기[ | ]

3 참고[ | ]

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