Test Data Manager

 View Only
  • 1.  New Masking Features

    Posted Jul 30, 2019 09:35 AM
    I noticed in DocOps for v4.8.1, there is some new functionality with respect to allow users to start a job with a custom Fast Data Masker configuration CSV.

    Is there any more documentation on this?
    Does this also mean that the csv masking scripts can be used in the portal as well?

    https://docops.ca.com/ca-test-data-manager/4-8-1/en/release-notes/new-features

    Cheers,
    Navin


  • 2.  RE: New Masking Features
    Best Answer

    Broadcom Employee
    Posted Aug 16, 2019 08:57 AM
    See http://tdmserver:8080/TDMMaskingService/swagger-ui.html

    You need to call POST http://tdmserver:8080/TDMMaskingService/api/ca/v1/masking/jobs/startCustom
    and supply 
    projId, pverId, customConnectionFile, customConfigFile and possibly other custom*File parameters. File parameters are file content base64 encoded.