Delphix Products

  • 1.  How to access the CLI of the Delphix Masking Engine

    Posted 02-06-2019 10:30:00 AM
    Hi,

    I have setup my Delphix masking engine thru CLI and validated that it was working.
    Now, I would like to use API to update the delphix_admin credentials, email etc of the delphix masking engine. The questions are:

    1. How do I connect to the masking engine to create an API session considering that I'm using the http://<ip address>:8282/dmsuite?
    2. Do you have an API sample code to setup the delphix_admin and axis_tech credentials?



    #Masking


  • 2.  RE: How to access the CLI of the Delphix Masking Engine
    Best Answer

    Posted 02-06-2019 01:49:00 PM
    Hi Connie,
    You can find information about the masking API here 
    https://maskingdocs.delphix.com/Delphix_Masking_APIs/Masking_Client/Masking_API_Client/

    You'll also find example calls in the docs section directly following the section linked above.

    You might also want to take a look at this other community post dealing with the creation of users via API https://community.delphix.com/delphix/topics/api-to-create-users-in-delphix-engine-and-in-masking-en...">https://community.delphix.com/delphix/topics/api-to-create-users-in-delphix-engine-and-in-masking-engine">https://community.delphix.com/delphix/topics/api-to-create-users-in-delphix-engine-and-in-masking-en...

    Hope that helps.

    Michael


  • 3.  RE: How to access the CLI of the Delphix Masking Engine
    Best Answer

    Posted 02-06-2019 10:45:00 PM
    Thanks @MichaelT!