Hello Community members,
We have a requirement where the end application owner only requires HTML/JSON extraction for the all available site pages(in bulk, based on modified date) from AEM.
We are looking to explore any built-in options or solutions that would allow us to provide this extraction.
thank you in advance for you time, your insights and suggestions on how to achieve this would be greatly appreciated.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @nj2
You can achieve this OOTB using
1. Create an servlet which will expose the json that includes only the page paths.
2. Retrieve json of the page, one by one for the 1st calls response pages. this could be done by model.json selector.
I would not suggest the bulk operations here, because of :
1. Creating very high load on publish
2. 504 Gateway errors due to timeout, Unexpected results.
3. caching can't be achieve at the dispatcher/cdn/consumer side.
Hi @nj2
You can achieve this OOTB using
1. Create an servlet which will expose the json that includes only the page paths.
2. Retrieve json of the page, one by one for the 1st calls response pages. this could be done by model.json selector.
I would not suggest the bulk operations here, because of :
1. Creating very high load on publish
2. 504 Gateway errors due to timeout, Unexpected results.
3. caching can't be achieve at the dispatcher/cdn/consumer side.
Hey,
If you're looking for a unconventional approach:
Note: Raise a ticket and check with Adobe in case of Cloud environment