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/plugin
- https://help-api.delphix.com/masking/api/v5.1.47/plugin
- 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/plugin?page_number=1&page_size=0&pluginType=EXTENDED_ALGORITHM' \
-H 'Authorization: YOUR_API_KEY_HERE'Success
Example: [{"pluginId":1,"pluginName":"myPlugin","originalFileName":"algorithm.jar","jarFingerprint":"dce2599f5ece9441a4b84194313245b65618490a47cead870c3327738decd052","installDate":"2019-09-19T19:43:09.762+0000","installUser":5,"builtIn":false,"pluginVersion":"1.0.0-RELEASE","algorithmNames":["myAlgorithm1","myAlgorithm2"]}]
Response
application/json
{ "_pageInfo": { "numberOnPage": 0, "total": 0 }, "responseList": [ { … } ] }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/plugin
- https://help-api.delphix.com/masking/api/v5.1.47/plugin
- 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/2026.1.0.0/cc-engine-apis-2026.1.0.0/plugin?fileReferenceId=string&pluginName=string&pluginType=EXTENDED_ALGORITHM' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "pluginId": 1, "pluginName": "myPlugin", "pluginAuthor": "pluginAuthor", "pluginType": "EXTENDED_ALGORITHM", "originalFileName": "algorithm.jar", "jarFingerprint": "dce2599f5ece9441a4b84194313245b65618490a47cead870c3327738decd052", "installDate": "2019-09-19T19:43:09.762+0000", "installUser": 5, "builtIn": false, "pluginVersion": "1.0.0-RELEASE", "algorithmNames": [ "myAlgorithm1", "myAlgorithm2" ] }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/plugin/{pluginId}
- https://help-api.delphix.com/masking/api/v5.1.47/plugin/{pluginId}
- 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/plugin/{pluginId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "pluginId": 1, "pluginName": "myPlugin", "pluginAuthor": "pluginAuthor", "pluginType": "EXTENDED_ALGORITHM", "originalFileName": "algorithm.jar", "jarFingerprint": "dce2599f5ece9441a4b84194313245b65618490a47cead870c3327738decd052", "installDate": "2019-09-19T19:43:09.762+0000", "installUser": 5, "builtIn": false, "pluginVersion": "1.0.0-RELEASE", "algorithmNames": [ "myAlgorithm1", "myAlgorithm2" ] }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/plugin/{pluginId}
- https://help-api.delphix.com/masking/api/v5.1.47/plugin/{pluginId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/plugin/{pluginId}?fileReferenceId=string&pluginName=string' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "pluginId": 1, "pluginName": "myPlugin", "pluginAuthor": "pluginAuthor", "pluginType": "EXTENDED_ALGORITHM", "originalFileName": "algorithm.jar", "jarFingerprint": "dce2599f5ece9441a4b84194313245b65618490a47cead870c3327738decd052", "installDate": "2019-09-19T19:43:09.762+0000", "installUser": 5, "builtIn": false, "pluginVersion": "1.0.0-RELEASE", "algorithmNames": [ "myAlgorithm1", "myAlgorithm2" ] }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/plugin/{pluginId}
- https://help-api.delphix.com/masking/api/v5.1.47/plugin/{pluginId}
- 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/2026.1.0.0/cc-engine-apis-2026.1.0.0/plugin/{pluginId}?force=false' \
-H 'Authorization: YOUR_API_KEY_HERE'