Where can I see static URLS of renditions in AEM as a cloud UI? | Community
Skip to main content
Level 2
January 24, 2025
Solved

Where can I see static URLS of renditions in AEM as a cloud UI?

  • January 24, 2025
  • 2 replies
  • 1359 views

I'm trying to understand where I can access the static URL's of renditions in AEM. I've read its an "additional details" button, but I don't see this option. The assets are published. Shouldn't every rendition have its own URL on the media server?

Best answer by kautuk_sahni

@sverdoor Did you find the suggestion helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!

2 replies

SreenivasBr
Level 4
January 24, 2025

The static renditions are stored under jcr:content/renditions

SverdoorAuthor
Level 2
January 24, 2025

That would cover the report. Is there any way to see these URLs for static media within the user interface?

SverdoorAuthor
Level 2
February 12, 2025

Hi @sverdoor 

 

These static renditions are generated OOB and you can form the URL of these images which gets created in the jcr:content/renditions node. For example, like this URL would be accessible through CDN as well. 

http://localhost:4502/content/dam/wknd-shared/en/activities/cycling/forest-trail.jpg/_jcr_content/renditions/cq5dam.thumbnail.140.100.png

 

 


If I wanted the UI to display these CDN URLs. Is that a custom set up or out of the box?

 

Additionally, how would I get these URLs to show up in a report? What field is that in the report? They currently are not showing up. 

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
February 10, 2025

@sverdoor Did you find the suggestion helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!

Kautuk Sahni