I am trying to test the addition of new node in the existing quorum network. Is there any other way to do it without going to geth console and executing admin.addPeer().
Is there any API present where I can call and add the new peer so that it can synchronize accordingly.