Hi ,
Is there any way to get the list of replication agents configure on a instance,
While working on author, I need list of publish instance configured using JS.
Thanks
Solved! Go to Solution.
Hi,
if you just need the names, you can use http://host/etc/replication/agents.author.1.json and parse the JSON.
Jörg
If you just want the list of agents then you can fire a GET request to the following URI -
Write a service to get all the list of replication agent and call that service in JS
you can use replication agent API get the same
Hi,
if you just need the names, you can use http://host/etc/replication/agents.author.1.json and parse the JSON.
Jörg
Thanks Lokesh,
Yup that could be the possible way, Just looking is there any OOTB servlet implemented by AEM to get the agents data.
Views
Replies
Total Likes
I dont see any OOTB servlet which list the agents.
Views
Replies
Total Likes