ResumeEnvironment

Resumes the specified environment to an active running state.

Request URL

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

Parameters

envId The unique id for the environment. This would be obtained, for example, using the ListEnvironments resource.

Example: I5ADJ4VCMBTB


Response example

{
    "data": {
        "envId": "HA0VLW3GJ0PA"
    },
    "remaining__calls": 99984,
    "status_additional_data": null,
    "status_code": "0x20000",
    "status_text": "Success"
}

The response returns the id of the Environment that was resumed.

Note that a successful (HTTP Status 200 – OK) response indicates that the request was valid and the resume activity has commenced. This response is returned immediately. It does not mean that the resume activity has completed and that the environment – with all of its machines – is now active. This could take some time (seconds, perhaps) to complete. To determine the progress of the resume activity, the application should poll with the GetEnvironmentState resource, using the environment’s unique id.