Delphix Products

 View Only
  • 1.  Delphix API - Job Monitor % complete

    Posted 04-22-2020 12:40:00 PM
    We are currently on the Masking Engine version 5.3.6 and I do not see a way to determine the % complete of a masking job through the API, only the job status (running/complete/failed).   Is this available in a release above 5.3.6 ?

    ------------------------------
    Suzanne Lusardi
    IT DB Governance & Compliance Analyst
    Paychex, Inc.
    ------------------------------


  • 2.  RE: Delphix API - Job Monitor % complete
    Best Answer

    Posted 04-22-2020 09:30:00 PM
    Hi Suzanne,

    This is available in the latest release. The end-point 'executions' has the following data:

    GET /executions/{executionId}
    {
    "targetConnectorId" : 123,
    "executionId" : 123,
    "jobId" : 123,
    "rowsTotal" : 123456789,
    "startTime" : "2000-01-23T04:56:07.000+00:00",
    "endTime" : "2000-01-23T04:56:07.000+00:00",
    "rowsMasked" : 123456789,
    "sourceConnectorId" : 123,
    "status" : "aeiou"
    }
    The link to the API:
    https://maskingdocs.delphix.com/maskingApiEndpoints/5_1_1_maskingApiEndpoints.html#getExecutionById

    Hope this answers the question.

    Kind regards, 

    Anders

    ------------------------------
    Anders Karlsson
    Delphix Support
    Delphix
    ------------------------------



  • 3.  RE: Delphix API - Job Monitor % complete

    Posted 04-23-2020 03:53:00 PM
    To confirm the latest release, that is 6.0.1?

    ------------------------------
    Suzanne Lusardi
    IT DB Governance & Compliance Analyst
    Paychex, Inc.
    ------------------------------



  • 4.  RE: Delphix API - Job Monitor % complete

    Posted 04-23-2020 04:37:00 PM
    Hi Suzanne, 
    We're at 6.0.1.1 at this time, and it does include some fixes for masking. So, if you are considering upgrading, you'll probably want to review the Release Notes here https://docs.delphix.com/docs/release-notes/release-notes-6-0-x/fixed-issues-6-0-x.
    Thanks,
    Michael

    ------------------------------
    Michael Torok
    Director of Knowledge and Community Management
    Delphix
    ------------------------------



  • 5.  RE: Delphix API - Job Monitor % complete

    Posted 04-24-2020 03:51:00 PM
    Thank you both Anders and Michael!

    ------------------------------
    Suzanne Lusardi
    IT DB Governance & Compliance Analyst
    Paychex, Inc.
    ------------------------------