Functions
export_scenario_to_lab @classmethod
Export a scenario to a lab synchronously and return the newly created scenario that exportes the scenario to the lab
scenario_id :
str
values :
Dict
Return type :
Scenario
export_scenario_to_lab_async @classmethod
Export a scenario to a lab asynchronously and return the newly created scenario that exports the scenario to the lab
scenario_id :
str
values :
Dict
Return type :
Scenario
get_export_scenario_to_lab_config_specs @classmethod
Return type :
Dict
get_import_scenario_config_specs @classmethod
Return type :
Dict
import_from_lab_async @classmethod
Run the import scenario asynchronously, return the running import scenario
values :
Dict
Return type :
Scenario
import_from_lab_sync @classmethod
Run the import scenario synchronously and wait for it to finished and return the imported scenario
values :
Dict
Return type :
Scenario