Skip to main content
Delphix

How to Reference a File Uploaded to the Continuous Compliance (Masking) Engine (KBA10202)

 

 

KBA

KBA# 10202

 

Referencing a File Uploaded to the Continuous Compliance Engine

After a file has been uploaded to the Continuous Compliance engine using the /file-uploads endpoint, how can the file later be referenced?  You may need to reference an uploaded file in the sqlmap.properties file or in SSL certificates for a connector, such as the PostgreSQL connector.

Applicable Delphix Versions

Click here to view the versions of the Delphix engine to which this article applies
Date Release
June 21, 2023 12.0.0.0
May 25, 2023 11.0.0.0
Apr 13, 2023 10.0.0.0 | 10.0.0.1
Mar 13, 2023 | Mar 20, 2023 9.0.0.0 | 9.0.0.1
Feb 13, 2023 8.0.0.0
Jan 12, 2023 7.0.0.0
Releases Prior to 2023
Major Release All Sub Releases
6.0

6.0.0.0, 6.0.1.0, 6.0.1.1, 6.0.2.0, 6.0.2.1, 6.0.3.0, 6.0.3.1, 6.0.4.0, 6.0.4.1, 6.0.4.2, 6.0.5.0, 6.0.6.0, 6.0.6.1, 6.0.7.0, 6.0.8.0, 6.0.8.1, 6.0.9.0, 6.0.10.0, 6.0.10.1, 6.0.11.0, 6.0.12.0, 6.0.12.1, 6.0.13.0, 6.0.13.1, 6.0.14.0, 6.0.15.0, 6.0.16.0, 6.0.17.0, 6.0.17.1, 6.0.17.2

5.3

5.3.0.0, 5.3.0.1, 5.3.0.2, 5.3.0.3, 5.3.1.0, 5.3.1.1, 5.3.1.2, 5.3.2.0, 5.3.3.0, 5.3.3.1, 5.3.4.0, 5.3.5.0, 5.3.6.0, 5.3.7.0, 5.3.7.1, 5.3.8.0, 5.3.8.1, 5.3.9.0

5.2

5.2.2.0, 5.2.2.1, 5.2.3.0, 5.2.4.0, 5.2.5.0, 5.2.5.1, 5.2.6.0, 5.2.6.1

5.1

5.1.0.0, 5.1.1.0, 5.1.2.0, 5.1.3.0, 5.1.4.0, 5.1.5.0, 5.1.5.1, 5.1.6.0, 5.1.7.0, 5.1.8.0, 5.1.8.1, 5.1.9.0, 5.1.10.0

5.0

5.0.1.0, 5.0.1.1, 5.0.2.0, 5.0.2.1, 5.0.2.2, 5.0.2.3, 5.0.3.0, 5.0.3.1, 5.0.4.0, 5.0.4.1, 5.0.5.0, 5.0.5.1, 5.0.5.2, 5.0.5.3, 5.0.5.4

Resolution

After uploading the file mssql.properties the response will be similar to:

{
  "fileUuid": "f_f4debf318e4b4cddb0db38fe1df5d2bb",
  "fileReferenceId": "delphix-file://upload/f_f4debf318e4b4cddb0db38fe1df5d2bb/mssql.properties",
  "filename": "mssql.properties",
  "fileSize": 72,
  "persistenceType": "PERMANENT"
}

To later reference the file replace delphix-file://upload/ with /var/delphix/masking/fileUpload. To reference the file uploaded to the engine in the above example, use the following path:

/var/delphix/masking/fileUpload/f_f4debf318e4b4cddb0db38fe1df5d2bb/mssql.properties

 

 


Related Articles

The following articles may provide more information or related information to this article:

  • N/A