pub async fn nodes_execute(
configuration: &Configuration,
node: &str,
nodes_execute_request: NodesExecuteRequest,
) -> Result<NodesExecuteResponse, Error<NodesExecuteError>>Expand description
Execute multiple commands in order, root only.