# mainframeDatasetConnector ## Get all Mainframe Dataset connectors - [GET /mainframe-dataset-connectors](https://help-api.delphix.com/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/mainframedatasetconnector/getallmainframedatasetconnectors.md) ## Create Mainframe Dataset connector - [POST /mainframe-dataset-connectors](https://help-api.delphix.com/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/mainframedatasetconnector/createmainframedatasetconnector.md) ## Get Mainframe Dataset connector by ID - [GET /mainframe-dataset-connectors/{mainframeDatasetConnectorId}](https://help-api.delphix.com/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/mainframedatasetconnector/getmainframedatasetconnectorbyid.md) ## Update Mainframe Dataset connector by ID - [PUT /mainframe-dataset-connectors/{mainframeDatasetConnectorId}](https://help-api.delphix.com/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/mainframedatasetconnector/updatemainframedatasetconnector.md) ## Delete Mainframe Dataset connector by ID - [DELETE /mainframe-dataset-connectors/{mainframeDatasetConnectorId}](https://help-api.delphix.com/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/mainframedatasetconnector/deletemainframedatasetconnector.md) ## Fetch all accessible file names - [GET /mainframe-dataset-connectors/{mainframeDatasetConnectorId}/fetch](https://help-api.delphix.com/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/mainframedatasetconnector/fetchmainframedatasetmetadata.md): Note that even the names of files in the directory path that are not readable or writable will be returned ## Test Mainframe Dataset connector by ID - [POST /mainframe-dataset-connectors/{mainframeDatasetConnectorId}/test](https://help-api.delphix.com/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/mainframedatasetconnector/testmainframedatasetconnector.md): WARNING: There is a known bug in the API Client where it is impossible to submit a request with an 'empty' body. As such, only the 'full' body variant of this endpoint can be used through the API Client. To use the 'empty' body variant of this endpoint, please do not use the API Client, but instead use curl or some other method of issuing HTTP requests. ## Test an unsaved Mainframe Dataset connector - [POST /mainframe-dataset-connectors/test](https://help-api.delphix.com/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/mainframedatasetconnector/testunsavedmainframedatasetconnector.md)