Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to automate catalog rollout process?

Avatar

Level 1

Hi,

I want to automate the catalog rollout process? Please help.

1 Accepted Solution

Avatar

Correct answer by
Level 4

You can take a look at the MultiSite Manager (MSM) APIs to automate your desired action.

http://dev.day.com/docs/en/cq/current/administering/multi_site_manager.html

https://dev.day.com/content/docs/en/cq/current/javadoc/com/day/cq/wcm/api/msm/package-summary.html

Alternatively you could inspect the POST requst the sidekick or MSM console is making tor its rollout.

 

Depending on what you want your trigger to be you could take a look at a JCR or OSGI event handlers.

View solution in original post

3 Replies

Avatar

Level 10

Do you mean Digital Pub catalog or eCommerce catalog?

Avatar

Level 1

eCommerce catalog. I want to automate catalog rollout process, which thus creates live copies.

Avatar

Correct answer by
Level 4

You can take a look at the MultiSite Manager (MSM) APIs to automate your desired action.

http://dev.day.com/docs/en/cq/current/administering/multi_site_manager.html

https://dev.day.com/content/docs/en/cq/current/javadoc/com/day/cq/wcm/api/msm/package-summary.html

Alternatively you could inspect the POST requst the sidekick or MSM console is making tor its rollout.

 

Depending on what you want your trigger to be you could take a look at a JCR or OSGI event handlers.