Schema for the Continuous Compliance Engine API
- Delete Mainframe Dataset metadata by ID
Masking API (5.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-metadata
- https://help-api.delphix.com/masking/api/v5.1.45/mainframe-dataset-metadata
- 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-metadata?ruleset_id=0&page_number=1&page_size=0' \
-H 'Authorization: YOUR_API_KEY_HERE'{ "_pageInfo": { "numberOnPage": 0, "total": 0 }, "responseList": [ { … } ] }
The Mainframe Dataset metadata to create
The name of the Mainframe Dataset metadata. This name must match the name of a file in the ruleset it is created on. This name must be unique for the given ruleset; in other words, the same file cannot be added to a ruleset more than once.
The ID of the ruleset to create the Mainframe Dataset metadata on.
The ID of the Mainframe Dataset format corresponding to this Mainframe Dataset metadata. It is used to determine the fields for this file. This field is required.
The record format type for the mainframe data set. Note that this enum corresponds to the Variable Length checkbox in the UI.
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mainframe-dataset-metadata
- https://help-api.delphix.com/masking/api/v5.1.45/mainframe-dataset-metadata
- 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/2025.5.0.0/cc-engine-apis-2025.5.0.0/mainframe-dataset-metadata \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"fileName": "file.dat",
"rulesetId": 1,
"mainframeDatasetFormatId": 2
}'Successful operation
The ID of the Mainframe Dataset metadata. This field is set by the Masking Engine.
The name of the Mainframe Dataset metadata. This name must match the name of a file in the ruleset it is created on. This name must be unique for the given ruleset; in other words, the same file cannot be added to a ruleset more than once.
The ID of the ruleset to create the Mainframe Dataset metadata on.
The ID of the Mainframe Dataset format corresponding to this Mainframe Dataset metadata. It is used to determine the fields for this file. This field is required.
The record format type for the mainframe data set. Note that this enum corresponds to the Variable Length checkbox in the UI.
{ "fileName": "file.dat", "rulesetId": 1, "mainframeDatasetFormatId": 2 }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mainframe-dataset-metadata/{mainframeDatasetMetadataId}
- https://help-api.delphix.com/masking/api/v5.1.45/mainframe-dataset-metadata/{mainframeDatasetMetadataId}
- 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-metadata/{mainframeDatasetMetadataId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Successful operation
The ID of the Mainframe Dataset metadata. This field is set by the Masking Engine.
The name of the Mainframe Dataset metadata. This name must match the name of a file in the ruleset it is created on. This name must be unique for the given ruleset; in other words, the same file cannot be added to a ruleset more than once.
The ID of the ruleset to create the Mainframe Dataset metadata on.
The ID of the Mainframe Dataset format corresponding to this Mainframe Dataset metadata. It is used to determine the fields for this file. This field is required.
The record format type for the mainframe data set. Note that this enum corresponds to the Variable Length checkbox in the UI.
{ "fileName": "file.dat", "rulesetId": 1, "mainframeDatasetFormatId": 2 }
The updated Mainframe Dataset metadata
The name of the Mainframe Dataset metadata. This name must match the name of a file in the ruleset it is created on. This name must be unique for the given ruleset; in other words, the same file cannot be added to a ruleset more than once.
The ID of the ruleset to create the Mainframe Dataset metadata on.
The ID of the Mainframe Dataset format corresponding to this Mainframe Dataset metadata. It is used to determine the fields for this file. This field is required.
The record format type for the mainframe data set. Note that this enum corresponds to the Variable Length checkbox in the UI.
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mainframe-dataset-metadata/{mainframeDatasetMetadataId}
- https://help-api.delphix.com/masking/api/v5.1.45/mainframe-dataset-metadata/{mainframeDatasetMetadataId}
- 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-metadata/{mainframeDatasetMetadataId}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"fileName": "file.dat",
"rulesetId": 1,
"mainframeDatasetFormatId": 2
}'Successful operation
The ID of the Mainframe Dataset metadata. This field is set by the Masking Engine.
The name of the Mainframe Dataset metadata. This name must match the name of a file in the ruleset it is created on. This name must be unique for the given ruleset; in other words, the same file cannot be added to a ruleset more than once.
The ID of the ruleset to create the Mainframe Dataset metadata on.
The ID of the Mainframe Dataset format corresponding to this Mainframe Dataset metadata. It is used to determine the fields for this file. This field is required.
The record format type for the mainframe data set. Note that this enum corresponds to the Variable Length checkbox in the UI.
{ "fileName": "file.dat", "rulesetId": 1, "mainframeDatasetFormatId": 2 }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.5.0.0/cc-engine-apis-2025.5.0.0/mainframe-dataset-metadata/{mainframeDatasetMetadataId}
- https://help-api.delphix.com/masking/api/v5.1.45/mainframe-dataset-metadata/{mainframeDatasetMetadataId}
- 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/2025.5.0.0/cc-engine-apis-2025.5.0.0/mainframe-dataset-metadata/{mainframeDatasetMetadataId}' \
-H 'Authorization: YOUR_API_KEY_HERE'