Schema for the Continuous Compliance Engine API
Masking API (5.1.42)
Download OpenAPI description
Languages
Servers
Mock server
https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0
https://help-api.delphix.com/masking/api/v5.1.42
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/license
- https://help-api.delphix.com/masking/api/v5.1.42/license
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/license?jdbc_driver_id=0&page_number=1&page_size=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "_pageInfo": { "numberOnPage": 0, "total": 0 }, "responseList": [ { … } ] }
Request
WARNING: The generated curl command is incorrect, so please refer to the Masking API guide for instructions on how to upload files through the API
Security
api_key
The license file to be uploaded. The logical name of the license will be exactly the name of this uploaded file
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/license
- https://help-api.delphix.com/masking/api/v5.1.42/license
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/license \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: multipart/form-data' \
-F licenseFile=string \
-F licenseType=JDBC_DRIVER \
-F jdbcDriverId=0Response
application/json
{ "licenseId": "3", "licenseFileName": "license.bin", "licenseType": "JDBC_DRIVER", "jdbcDriverId": "1", "createdTime": "2023-03-15T12:16:35.964Z" }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/license/{licenseId}
- https://help-api.delphix.com/masking/api/v5.1.42/license/{licenseId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/license/{licenseId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "licenseId": "3", "licenseFileName": "license.bin", "licenseType": "JDBC_DRIVER", "jdbcDriverId": "1", "createdTime": "2023-03-15T12:16:35.964Z" }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/license/{licenseId}
- https://help-api.delphix.com/masking/api/v5.1.42/license/{licenseId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/license/{licenseId}' \
-H 'Authorization: YOUR_API_KEY_HERE'