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
Views
Replies
Total Likes
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...
@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
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 ?
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies