Schema for the Continuous Compliance Engine API
Masking API (5.1.45)
Download OpenAPI description
Languages
Servers
Mock server
https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0
https://help-api.delphix.com/masking/api/v5.1.45
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/system-information
- https://help-api.delphix.com/masking/api/v5.1.45/system-information
- 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.5.0.0/cc-engine-apis-2025.5.0.0/system-information \
-H 'Authorization: YOUR_API_KEY_HERE'Success
The current build of the Masking Engine.
Example: "29ab20c8501dc521d8cddc24e39c1f4f1846e6b5"
The latest time the global encryption key has been regenerated.
Example: "Mon, 4 Jun 2018 15:35:48 +0000"
The patent numbers for the Masking Engine.
Example: ["U.S. Patent No 8,522,016","U.S. Patent No 8,533,470","U.S. Patent No 20,140,032,928"]
The total memory size in MB allocated for running jobs on the Masking Engine.
Example: "20480"
The total number of processors available to the Masking Engine.
Example: "8"
The total number of temporary file space available in B (bytes) on the Masking Engine.
Example: "5000000000"
The total number of permanent file space available in B (bytes) on the Masking Engine.
Example: "5000000000"
Response
application/json
{ "version": "5.2.0.0", "build": "29ab20c8501dc521d8cddc24e39c1f4f1846e6b5", "latestGlobalKeyResetTime": "Mon, 4 Jun 2018 15:35:48 +0000", "patentNumbers": [ "U.S. Patent No 8,522,016", "U.S. Patent No 8,533,470", "U.S. Patent No 20,140,032,928" ], "totalAvailableMemoryForJobs": "30720", "totalAllocatedMemoryForJobs": "20480", "totalTempFileSpace": "5000000000", "totalPermFileSpace": "5000000000", "totalAvailableCores": "8", "latestApiVersion": "v5.1.6" }