Schema for the Continuous Compliance Engine API
/
Get execution component l...
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/application-logs
- https://help-api.delphix.com/masking/api/v5.1.42/application-logs
- 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/application-logs?log_level=DEBUG&page_number=1&page_size=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "_pageInfo": { "numberOnPage": 0, "total": 0 }, "responseList": [ { … } ] }
Query
The type of action that occurred for this Audit Log entry.
Enum"CANCEL""CREATE""CONFIG_INSTALL""CONNECT""DELETE""DISCONNECT""EDIT""EXPORT""FORGOT_PASSWORD""GET"
The type object or operation that the action occurred on for this Audit Log entry.
Enum"ALGORITHM""ANALYTIC""APPLICATION""APPLICATION_LOG""APPLICATION_SETTING""ASYNC_TASK""AUDIT_LOG""BILLING_PERIOD""BILLING_REPORT""BILLING_USAGE"
The status of the action that occurred for this Audit Log entry. This can change over time as ATTEMPTED actions are completed.
Enum"ATTEMPTED""FAILED""SUCCEEDED"
The date after which all audit logs should be retrieved. Note that the format of the string should be the same date-time format as in the response bodies.
The date before which all audit logs should be retrieved. Note that the format of the string should be the same date-time format as in the response bodies.
The page number for which to get logs. This will default to the first page if excluded
Default 1
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/audit-logs
- https://help-api.delphix.com/masking/api/v5.1.42/audit-logs
- 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/audit-logs?user_name=string&action_type=CANCEL&target=ALGORITHM&status=ATTEMPTED&start_time=string&end_time=string&search_string=string&sort_by=activityTime&sort_dir=asc&page_number=1&page_size=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "_pageInfo": { "numberOnPage": 0, "total": 0 }, "responseList": [ { … } ] }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/execution-component-log
- https://help-api.delphix.com/masking/api/v5.1.42/execution-component-log
- 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/execution-component-log?execution_id=0&page_number=1&page_size=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "_pageInfo": { "numberOnPage": 0, "total": 0 }, "responseList": [ { … } ] }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/execution-component-log/{componentId}
- https://help-api.delphix.com/masking/api/v5.1.42/execution-component-log/{componentId}
- 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/execution-component-log/{componentId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "executionId": 123, "componentId": 67, "componentName": "table_00", "fileDownloadId": "EXECUTION_LOGS-AB8aCbcdDe==" }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/execution-logs
- https://help-api.delphix.com/masking/api/v5.1.42/execution-logs
- 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/execution-logs?job_id=0&page_number=1&page_size=0&execution_status=CANCELLED' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "_pageInfo": { "numberOnPage": 0, "total": 0 }, "responseList": [ { … } ] }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/execution-logs/{executionId}
- https://help-api.delphix.com/masking/api/v5.1.42/execution-logs/{executionId}
- 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/execution-logs/{executionId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "executionId": 123, "jobId": 167, "fileDownloadId": "EXECUTION_LOGS-AB8aCbcdDe==", "status": "SUCCEEDED" }