The Resume command allows you to resume a specified lab instance.
All methods require an API key, which must be obtained from Skillable. This key is used by Skillable to validate your account. The key can be passed as an HTTP request header with the header name "api_key".
The ID of the lab instance to resume.
OK Response.
{
"Result": 1,
"Url": "https://labondemand.com/console/setup/1b4909d6-0dbe-43db-9ab9-74ee4f913c4e",
"Expires": 1337977153,
"LabProfileId": 18100,
"Status": 1,
"Error": null
}
Result of the Resume command. Possible values are:
0 = Error
1 = Success
2 = User has too many active labs
3 = Insufficient host resources
5 = API integration has too many active labs
6 = User has a saved instance of this lab
7 = API integration doesn't have enough available RAM
10 = User doesn't have enough available RAM
20 = User's organization has too many active labs
30 = User's organization doesn't have enough available RAM
40 = Lab profile has too many active instances
50 = Lab organization doesn't have enough available RAM
60 = Lab organization has too many active instances
70 = Lab series has too many active instances
80 = Lab series doesn't have enough available RAM
A URL where the lab can be viewed by the user.
The Id of the resumed lab profile.
When the lab will expire (in Unix epoch time).
Indicates the status of the API request.
0 = Error
1 = Success
In the event of an error, this will contain a detailed error message.