# fileConnector ## Get all file connectors - [GET /file-connectors](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileconnector/getallfileconnectors.md) ## Create file connector - [POST /file-connectors](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileconnector/createfileconnector.md) ## Get file connector by ID - [GET /file-connectors/{fileConnectorId}](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileconnector/getfileconnectorbyid.md) ## Update file connector by ID - [PUT /file-connectors/{fileConnectorId}](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileconnector/updatefileconnector.md) ## Delete file connector by ID - [DELETE /file-connectors/{fileConnectorId}](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileconnector/deletefileconnector.md): Deletes file connector with given ID. This will also delete all rule sets and jobs which are using this connector. ## Fetch all accessible file names - [GET /file-connectors/{fileConnectorId}/fetch](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileconnector/fetchfilemetadata.md): Note that even the names of files in the directory path that are not readable or writable will be returned ## Test file connector by ID - [POST /file-connectors/{fileConnectorId}/test](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileconnector/testfileconnector.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 file connector - [POST /file-connectors/test](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileconnector/testunsavedfileconnector.md)