How to get RPC return value between two different plugin
Is any possible to execute RPC and get return value between two different plugin ?
If I want to call "POST /operations/topology:get-edge-list" and get "Response output data" in my plugin, not via REST API.
(btw, there's no container in the plugin so I can't read operational/config data.)