Retrieves running and saved lab instances available to this API consumer

The RunningAndSavedLabs command retrieves all lab instances launched by this API Consumer that are currently running or saved.
NOTE: there are no query parameters for this command.

Securityapi_key
Responses
200

OK Response.

get/runningandsavedlabs
Request samples
Response samples
application/json
{
  • "RunningLabs": [
    ],
  • "SavedLabs": [
    ],
  • "Status": 1,
  • "Error": null
}