APIPythonOpen-Source Solutions

  • 1.  Wildcard for dx_get_db_env script?

    Posted 05-08-2019 01:02:00 PM
    I need to generate a list of VDBs names from a Group that contains a developer's userid.  I tried enclosing the userid with % and  * in the Name filter but it seems like you need to provide the exact name of the VDB when using the Name filter.

    I'm trying to avoid retrieving all the VDB names and then have a script parse thru them to extract the rows that contain the userid.

    Any suggestions? 


  • 2.  RE: Wildcard for dx_get_db_env script?
    Best Answer

    Posted 05-21-2019 07:47:00 PM
    Hello Joe,
                   Dxtoolkit don't handle the wild card strings input. Only way for now is to get all VDB names from a Group and filter is using script commands.

    Please feel free to file this enhancement request on https://github.com/delphix/dxtoolkit/issues

    ~Thanks
    Jatinder