Delphix Toolkits (dxToolkit and dxmToolkit)

 View Only
  • 1.  DXM command to get the connectors details

    Posted 10-20-2021 08:12:00 AM
    Hello All, 
    Kindly let me know if we have DXMC command to get the connector details in excel or csv format or to display on console.

    details: If the engine has a connector configured then we should get all that connector details like Name, Port,sid,host, login and password

    ------------------------------
    Pankaj Asegaonkar
    Delphix Community Members
    ------------------------------


  • 2.  RE: DXM command to get the connectors details
    Best Answer

    Posted 10-21-2021 11:39:00 AM

    Hello Pankaj,
    there is only the option :  dxmc connector list > this lists only some columns of the connector.
    Passwords are never shown or exported in general - this rule applies to both the DXM toolkit as well as the API.

    Means if you import a connector > for example using Sync > you need to provide in a separate update the value for the password.

    If you want to show all parameters of a connector please use the API - in dxm are implemented only the "most common" use cases.
    Best regards,
    Tino



    ------------------------------
    Tino Pironti
    Technical Manager
    Delphix
    ------------------------------



  • 3.  RE: DXM command to get the connectors details

    Posted 10-28-2021 06:32:00 AM
    Hello Tino,
    Thanks a lot for replay , There is command to get the connector details from dxmc tooklit.(without password offcource :-))
    ./dxmc connector list --details --engine <Name>
    OR
     ./dxmc connector list --details --engine <NAME> --format csv


    Engine name Environment name Connector name Connector type Hostname Port Schema name Type depended
    ============================== ============================== ============================== =============== ============================== ===== ============================== ====================================================================================================

    ------------------------------
    Pankaj Asegaonkar
    Delphix Community Members
    ------------------------------