Expand my Community achievements bar.

SOLVED

Register Replication Agent with a Script (automation)

Avatar

Level 1

Hello,

 

Do the AEM author, publish and dispatcher expose any endpoints to do things like register a replication agent automatically?

 

If not, where would the data be kept so that a script could manage a new publish or dispatcher agent being added?

 

Many thanks

Don

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee
2 Replies

Avatar

Community Advisor

@donaldc32590774,

Yes most definitely. Within your developer tools, you can watch which API is being used when AEM triggers an action. With this information, you can copy the called API, adjust to your own hearts contempt, and then use it for your own purpose.
Adobe has an easy tutorial on how you can extract APIs being used on AEM -  https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/curl.html#BuildingacURLRead...

Hope this helps.

Avatar

Correct answer by
Employee

You can also use CURL commands to create and configure a replication Agent:

https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/curl.html#CommonOperational...