Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

How to check the assets are Dynamic media asset in AEM

Avatar

Level 1

Hi Experts,

 

We are using Dynamic media -HYBRID and  want to pull the list of assets / count  that is synced with Dynamic Media-Hybrid. How we can pull this report ? What area the property that indicates that the assets is synced with DM-Hybrid?

 

Thanks

~S

3 Replies

Avatar

Community Advisor

If you want to get a list of assets you could use either:


[1].Assets Report, https://experienceleague.adobe.com/docs/experience-manager-learn/assets/advanced/asset-reports.html?... 
[2]. Metadata exporter,https://experienceleague.adobe.com/docs/experience-manager-learn/assets/metadata/metadata-import-exp...

 

And then, I think you can rely on the property dam:scene7FileStatus, which represents "Status of upload of asset to Dynamic Media", you can check more below.

Reference: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/dynamicmedia... 



Esteban Bustamante

Avatar

Community Advisor

@sameyadav @EstebanBustamante Unfortunately in DM Hybrid AEM instance where assets wont have any property to indicate whether its published to DM or not.

dam:scene7FileStatus - will be available in DM Scene7 instances not in Hybrid

Since there is no metadata to pull from assets, even Asset report also wont have report  for it. 

I would be pleasantly surprised if anyone knows how to pull a report for this. We are looking for the same

Avatar

Level 2

Hi @EstebanBustamante @Saravanan_Dharmaraj @sameyadav 

1. All the assets uploaded when DM is configured in Hybrid mode generates a unique rendition cqdam.pyramid.tiff , so we can try to filter list of assets without ptiff before DM configured and the list of assets with it .

 

2. Then with the list of assets with ptiff , we can try to see the lastReplicated date of asset with created date of ptiff rendition. If replicated date is > created date of ptiff rendition,  we can get a count of assets with PTIFF actually replicated to DM cloud ?