Skip to content

NodeList

QuantConnect.Api.NodeList

NodeList()

Bases: RestResponse

Collection of Node objects for each target environment.

JSON Constructor

backtest_nodes

backtest_nodes: List[Node]

Collection of backtest nodes

research_nodes

research_nodes: List[Node]

Collection of research nodes

live_nodes

live_nodes: List[Node]

Collection of live nodes

success

success: bool

Indicate if the API request was successful.

errors

errors: List[str]

List of errors with the API call.

to_string

to_string() -> str

Returns the string representation of this object