Is your feature request related to a problem? Please describe.
We have a customer asking for a way of backing up all Delphix objects/configurations metadata linked to a dSource
Describe the solution you'd like
Maybe something like a new binary called dx_dsource_backup where we specify the engine, group, dsource and it could export all the metadata information related to that dsource like dataset group, environments(staging environments for mssql, sybase and all the ones that need a staging target) and its child vdbs(along with their environments).
Describe alternatives you've considered
We could use current binaries at this time + API calls in a script that could work like a wrapper to achieve this functionality.