Issue with Listener management api method getRunningListeners
hi Team,
below is the java step used for pulling all listeners data in admin studio. am trying to use same to write one custom APi to return back the listeners information to other team.
ClipboardPage listenerMgmtPage = ((PegaAPI)tools).getSystemOperationsProvider().getListenerManagementAPI().getRunningListeners(tools.getParamValue("NodeId"));
Tried passign exact node ID to parameter NodeId and still its giving error --> Invalid node ID "XXXX"
Observed the parameter is getting passed as "All Nodes" from admin studio. So tried passing it as well but no luck any help is highly appreciated.
Invalid node ID "All Nodes" |
Note: no DXAPI found which i can directly use >>> reason behind writing own api