RebootVm

Reboot a machine.

Request URL

GET https://use.cloudshare.com/API/v2/Env/RebootVm?envId=<env>&vmId=<id>&UserApiId=<id>&timestamp=<time>&HMAC=<signature>

Parameters

envId Id of the environment containing the machine.
vmId The unique id for the machine within the environment. This would be obtained, for example, using the ListEnvironments resource.
Example: YWRFJAGBJ1SB

Response example

{
    "data": {
        "vmId": "YWRFJAGBJ1SB"
    }, 
    "remaining_api_calls": 88, 
    "status_additional_data": null, 
    "status_code": "0x20000", 
    "status_text": "Success"
}