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/mainframe-dataset-record-types
- https://help-api.delphix.com/masking/api/v5.1.45/mainframe-dataset-record-types
- 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/mainframe-dataset-record-types?mainframe_dataset_format_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.5.0.0/cc-engine-apis-2025.5.0.0/mainframe-dataset-record-types/{mainframeDatasetRecordTypeId}
- https://help-api.delphix.com/masking/api/v5.1.45/mainframe-dataset-record-types/{mainframeDatasetRecordTypeId}
- 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/mainframe-dataset-record-types/{mainframeDatasetRecordTypeId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Success
The ID number of the mainframe dataset record type. This field is auto-generated by the Masking Engine.
The ID number of the mainframe dataset format this mainframe dataset record type refers to.
The Name of the mainframe dataset record type.
The type of the field identified with mainframeDatasetFieldMetadataId.
Enum"REDEFINED""REDEFINES"
Response
application/json
{ "redefineCondition": "[EMP_TYPE]='P'" }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mainframe-dataset-record-types/{mainframeDatasetRecordTypeId}
- https://help-api.delphix.com/masking/api/v5.1.45/mainframe-dataset-record-types/{mainframeDatasetRecordTypeId}
- 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/2025.5.0.0/cc-engine-apis-2025.5.0.0/mainframe-dataset-record-types/{mainframeDatasetRecordTypeId}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"redefineCondition": "[EMP_TYPE]='\''P'\''"
}'Success
The ID number of the mainframe dataset record type. This field is auto-generated by the Masking Engine.
The ID number of the mainframe dataset format this mainframe dataset record type refers to.
The Name of the mainframe dataset record type.
The type of the field identified with mainframeDatasetFieldMetadataId.
Enum"REDEFINED""REDEFINES"
Response
application/json
{ "redefineCondition": "[EMP_TYPE]='P'" }