Delphix Toolkits (dxToolkit and dxmToolkit)

 View Only
  • 1.  Delphix Masking Job List

    Posted 05-03-2023 05:13:00 AM

    Hi Team
    To get the Masking Job details I have added 3 engines in the dxmc list, but after running the below command am able to receiving the report of one delphix masking engine, that was showing the engine list as Default. 
    Could you please suggest what command or what changes are needed get all Masking Engines job list to generate the report?

    D:\Users\kartmuthyala\Downloads\dxmc>dxmc engine list

    Engine name                     IP                              username                        protocol  port   default  proxy URL                       proxy user
    ==============================  ==============================  ==============================  ========  =====  =======  ==============================  ==============================
    10.216.22.22                    10.216.22.22                   rererere http      80     Y        N/A                             N/A
    ushdcdxxxxM01                 ushdcdxxxxM01                 rererere http      80     N        N/A                             N/A
    '10.241.22.122'                '10.241.22.122'                rererere http      80     N        N/A                             N/A



    dxmc job list   --format csv > output.csv  --help





    ------------------------------
    Karteek Muthyala
    Information Security Engineer
    Wells Fargo Bank, N.A.
    ------------------------------


  • 2.  RE: Delphix Masking Job List

    Posted 05-03-2023 07:34:00 AM

    You should provide on every call to DXMC the --engine flag with an appropriate value identified by your engine_name.
    If your do NOT provide the --engine flag it will use any engine configured as "default" ..

    dxmc job list  --engine ushdcdxxxxM01  --format csv


    You use the --help only to see the available options of the "list" command.

    To get more detailed logging information you can use the --debug  flag.

    Hope that helps.



    ------------------------------
    Tino Pironti
    Masking SME
    Technical Manager
    Delphix
    ------------------------------



  • 3.  RE: Delphix Masking Job List

    Posted 05-03-2023 08:52:00 AM

    Hi Tino
    Thank you for your help, but is there any way to get all engines to keep in single command or any suggestions to get all engines job list in single report?



    ------------------------------
    Karteek Muthyala
    Information Security Engineer
    Wells Fargo Bank, N.A.
    ------------------------------



  • 4.  RE: Delphix Masking Job List
    Best Answer

    Posted 05-04-2023 01:03:00 AM

    All DXMC commands are for one engine only. 
    If you need to process a list of engines you can code the list iteration in any scripting language around the DXMC calls .



    ------------------------------
    Tino Pironti
    Masking SME
    Technical Manager
    Delphix
    ------------------------------