Register Replication Agent with a Script (automation) | Community
Skip to main content
March 4, 2020
Solved

Register Replication Agent with a Script (automation)

  • March 4, 2020
  • 2 replies
  • 2363 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by leoberliant

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#CommonOperationalAEMcURLCommands

2 replies

BrianKasingli
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
March 4, 2020

@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#BuildingacURLReadyAEMCommand

Hope this helps.

leoberliantAdobe EmployeeAccepted solution
Adobe Employee
March 4, 2020