APIPythonOpen-Source Solutions

 View Only

Querying Status of an "Execution" with new Masking API (5.2.0)

  • 1.  Querying Status of an "Execution" with new Masking API (5.2.0)

    Posted 10-26-2018 05:25:00 PM
    Hi all,

    I'm trying to use new Masking API and I'm wondering how to get info about a masking job with querying the status of an "Execution".

    I used the https://docs.delphix.com/docs52/delphix-masking/masking-api-cookbook/api-calls-for-creating-and-runn... api call

    The info returned are about global counters such as:
    • status (SUCCESS, FAILED, RUNNING, ...)
    • rowsMasked (total masked rows over all tables of the underlyng ruleset)
    • rowsTotal (total rows contained into all tables of the underlyng ruleset)
    • startTime
    • endTime
    However I can't find any service to drill down those data: in the monitor page of a masking job I can read for each table, the status, the count of masked rows, the count of total rows into table, the masking rate.

    I'm using the first version of the new masking api (The version of the Engine is 5.2.0).

    In the 5.2.0, there are other services in order to drill down data of an execution?

    There will be into a newer version?

    Thank you.
    Gianpiero
    #Masking