get_run_config
Retrieve a dbnl RunConfig
Parameters
Arguments
Description
run_config_id
The ID of the dbnl RunConfig. RunConfig ID starts with the prefix runcfg_
. Run ID can be found at the Run detail page or Project detail page. An error will be raised if there does not exist a RunConfig with the given run_config_id
.
Returns
Type
Description
The dbnl RunConfig with the given ID.
Examples
Was this helpful?