Schema for the Continuous Compliance Engine API
Masking API (5.1.43)
The ID of the Mainframe Dataset format to get all Mainframe Dataset field metadata from
Get only masked Mainframe Dataset field metadata when this is true and only unmasked Mainframe Dataset field metadata when this is false
The page number for which to get Mainframe Dataset field metadata. This will default to the first page if excluded
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.3.0.0/cc-engine-apis-2025.3.0.0/mainframe-dataset-field-metadata
- https://help-api.delphix.com/masking/api/v5.1.43/mainframe-dataset-field-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.3.0.0/cc-engine-apis-2025.3.0.0/mainframe-dataset-field-metadata?mainframe_dataset_format_id=0&is_masked=true&page_number=1&page_size=0' \
-H 'Authorization: YOUR_API_KEY_HERE'{ "_pageInfo": { "numberOnPage": 0, "total": 0 }, "responseList": [ { … } ] }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.3.0.0/cc-engine-apis-2025.3.0.0/mainframe-dataset-field-metadata/{mainframeDatasetFieldMetadataId}
- https://help-api.delphix.com/masking/api/v5.1.43/mainframe-dataset-field-metadata/{mainframeDatasetFieldMetadataId}
- 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.3.0.0/cc-engine-apis-2025.3.0.0/mainframe-dataset-field-metadata/{mainframeDatasetFieldMetadataId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Success
The ID number of the Mainframe Dataset field metadata. This field is auto-generated by the Masking Engine.
The ID number of the Mainframe Dataset format that defines this Mainframe Dataset field.
The name of the Mainframe Dataset field, as determined by the associated Mainframe Dataset format.
The name of the algorithm assigned to this Mainframe Dataset field. Mainframe Dataset fields that are unmasked should have this property unset, in addition to having 'domainName' unset. If this field is set, then the 'domainName' must also be specified.
The ID number of the algorithm field that is associated with this column.
The group number of algorithm to identify a set of columns associated with one instance of algorithm.
The name of the domain assigned to this Mainframe Dataset field. Mainframe Dataset fields that are left unmasked should have this property unset. If the 'domainName' is set, but the 'algorithmName' is unset, then the default algorithm corresponding to the 'domainName' will be used.
The date format of the date assigned to this Mainframe Dataset field.
This field indicates whether or not a Mainframe Dataset field is being masked. This field is assigned by the Masking Engine to true or false based on whether the Mainframe Dataset field is assigned an algorithm and domain.
This field indicates whether or not a Mainframe Dataset field (e.g. algorithm or domain assignment) may be modified during the execution of a profile job when there is a profiling match.
{ "algorithmName": "FirstNameLookup", "domainName": "FIRST_NAME" }
The updated Mainframe Dataset field metadata
The name of the algorithm assigned to this Mainframe Dataset field. Mainframe Dataset fields that are unmasked should have this property unset, in addition to having 'domainName' unset. If this field is set, then the 'domainName' must also be specified.
The ID number of the algorithm field that is associated with this column.
The group number of algorithm to identify a set of columns associated with one instance of algorithm.
The name of the domain assigned to this Mainframe Dataset field. Mainframe Dataset fields that are left unmasked should have this property unset. If the 'domainName' is set, but the 'algorithmName' is unset, then the default algorithm corresponding to the 'domainName' will be used.
The date format of the date assigned to this Mainframe Dataset field.
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.3.0.0/cc-engine-apis-2025.3.0.0/mainframe-dataset-field-metadata/{mainframeDatasetFieldMetadataId}
- https://help-api.delphix.com/masking/api/v5.1.43/mainframe-dataset-field-metadata/{mainframeDatasetFieldMetadataId}
- 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.3.0.0/cc-engine-apis-2025.3.0.0/mainframe-dataset-field-metadata/{mainframeDatasetFieldMetadataId}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"algorithmName": "FirstNameLookup",
"domainName": "FIRST_NAME"
}'Success
The ID number of the Mainframe Dataset field metadata. This field is auto-generated by the Masking Engine.
The ID number of the Mainframe Dataset format that defines this Mainframe Dataset field.
The name of the Mainframe Dataset field, as determined by the associated Mainframe Dataset format.
The name of the algorithm assigned to this Mainframe Dataset field. Mainframe Dataset fields that are unmasked should have this property unset, in addition to having 'domainName' unset. If this field is set, then the 'domainName' must also be specified.
The ID number of the algorithm field that is associated with this column.
The group number of algorithm to identify a set of columns associated with one instance of algorithm.
The name of the domain assigned to this Mainframe Dataset field. Mainframe Dataset fields that are left unmasked should have this property unset. If the 'domainName' is set, but the 'algorithmName' is unset, then the default algorithm corresponding to the 'domainName' will be used.
The date format of the date assigned to this Mainframe Dataset field.
This field indicates whether or not a Mainframe Dataset field is being masked. This field is assigned by the Masking Engine to true or false based on whether the Mainframe Dataset field is assigned an algorithm and domain.
This field indicates whether or not a Mainframe Dataset field (e.g. algorithm or domain assignment) may be modified during the execution of a profile job when there is a profiling match.
{ "algorithmName": "FirstNameLookup", "domainName": "FIRST_NAME" }