Schema for the Continuous Compliance Engine API
Masking API (5.1.47)
Download OpenAPI description
Languages
Servers
Mock server
https://help-api.delphix.com/_mock/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0
https://help-api.delphix.com/masking/api/v5.1.47
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/execution-events
- https://help-api.delphix.com/masking/api/v5.1.47/execution-events
- 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/2026.1.0.0/cc-engine-apis-2026.1.0.0/execution-events?execution_id=0&page_number=1&page_size=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Success
Example: [{"executionEventId":1,"executionId":1,"eventType":"UNMASKED_DATA","severity":"WARNING","cause":"PATTERN_MATCH_FAILURE","count":1,"timeStamp":"2018-11-06T04:14:46.929+0000","executionComponentId":1,"maskedObjectName":"DB_FIELD_NAME","algorithmName":"MyAlgorithm"}]
Response
application/json
{ "_pageInfo": { "numberOnPage": 0, "total": 0 }, "responseList": [ { … } ] }