Hello,
just tried to determine which DAM subscriptions have been registered in my namespace but could not find a command to show existing subscriptions. The dxclient `manage-dam-staging` seems not to provide a sub-task for that as per the `-h` output (there is only: register-dam-subscriber, deregister-dam-subscriber and trigger-staging).
Is there another way to show the registered DAM subscribers for a given DAM installation?
Thanks, Hermann
Hermann,
Looking at this page:
https://help.hcltechsw.com/digital-experience/9.5/containerization/managing_staging_to_production_operations.html
Suggests there may be a chance we could see the DAM subscribers in a full xmlaccess export of the core portal. Would need to verify.
The REST API GET /dx/api/dam/v1/staging/subscriber should return all defined subscribers.
So there is no CLI interface for that? Interesting! But the API works. Thanks a lot.