Expand my Community achievements bar.

SOLVED

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

Avatar

Level 2

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?

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Administrator

@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

View solution in original post

8 Replies

Avatar

Level 5

The static renditions are stored under jcr:content/renditions

Avatar

Level 2

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

Avatar

Community Advisor

Hi @Sverdoor,

 

Navigate to the particular asset and select the option at left hand side and select the Rendition option which will show all the generated renditions. From the same screen, you can also visualize all the image preset renditions configured for the scene7 as well.

 

Avinash_Gupta__0-1738818363432.png

 

Avatar

Level 2

Hi,
Thank you. What I'm needing are the URLs of these static rendition images from the AEM CDN. Does this need to be a custom configuration? Or does AEM do that out of the box? If I need to set it up, how is that accomplished?

Avatar

Community Advisor

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/re...

 

 

Avatar

Level 2

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. 

Avatar

Community Advisor

@Sverdoor 

 

There is no OOB to display these CDN URLs. You would need to customization.

 

For your report generation, you can generate the report of assets and add the additional renditions portion on that URL bsed on excel append rule jcr:content/renditions/cq5dam.thumbnail.140.100.png

Avinash_Gupta__0-1739418583665.png

 

 

Avatar

Correct answer by
Administrator

@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