Success
Bad request
Forbidden access
Not found
{- "_pageInfo": {
- "numberOnPage": 0,
- "total": 0
}, - "responseList": [
- {
- "connectorName": "file_connector_via_ftp",
- "environmentId": 123,
- "fileType": "DELIMITED",
- "connectionInfo": {
- "connectionMode": "FTP",
- "path": "/path/to/files",
- "host": "host123.server.com",
- "loginName": "ftpuser",
- "password": "secret123",
- "port": 23456,
- "userDirIsRoot": false
}
}
]
}
The file connector to create
Success
Bad request
Forbidden access
Not found
Conflict
{- "connectorName": "file_connector_via_ftp",
- "environmentId": 123,
- "fileType": "DELIMITED",
- "connectionInfo": {
- "connectionMode": "FTP",
- "path": "/path/to/files",
- "host": "host123.server.com",
- "loginName": "ftpuser",
- "password": "secret123",
- "port": 23456,
- "userDirIsRoot": false
}
}
{- "connectorName": "file_connector_via_ftp",
- "environmentId": 123,
- "fileType": "DELIMITED",
- "connectionInfo": {
- "connectionMode": "FTP",
- "path": "/path/to/files",
- "host": "host123.server.com",
- "loginName": "ftpuser",
- "password": "secret123",
- "port": 23456,
- "userDirIsRoot": false
}
}
Success
Bad request
Forbidden access
Not found
{- "connectorName": "file_connector_via_ftp",
- "environmentId": 123,
- "fileType": "DELIMITED",
- "connectionInfo": {
- "connectionMode": "FTP",
- "path": "/path/to/files",
- "host": "host123.server.com",
- "loginName": "ftpuser",
- "password": "secret123",
- "port": 23456,
- "userDirIsRoot": false
}
}
The updated file connector
Success
Bad request
Forbidden access
Not found
{- "connectorName": "file_connector_via_ftp",
- "environmentId": 123,
- "fileType": "DELIMITED",
- "connectionInfo": {
- "connectionMode": "FTP",
- "path": "/path/to/files",
- "host": "host123.server.com",
- "loginName": "ftpuser",
- "password": "secret123",
- "port": 23456,
- "userDirIsRoot": false
}
}
{- "connectorName": "file_connector_via_ftp",
- "environmentId": 123,
- "fileType": "DELIMITED",
- "connectionInfo": {
- "connectionMode": "FTP",
- "path": "/path/to/files",
- "host": "host123.server.com",
- "loginName": "ftpuser",
- "password": "secret123",
- "port": 23456,
- "userDirIsRoot": false
}
}
Note that even the names of files in the directory path that are not readable or writable will be returned
Success
Bad request
Forbidden access
Not found
[- "string"
]
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.
The file connector to test. This field is optional and if no password or sshkey is supplied with the connector then the password associated with the fileConnectorId will be used.
Success
Bad request
Forbidden access
Not found
{- "connectorName": "file_connector_via_ftp",
- "environmentId": 123,
- "fileType": "DELIMITED",
- "connectionInfo": {
- "connectionMode": "FTP",
- "path": "/path/to/files",
- "host": "host123.server.com",
- "loginName": "ftpuser",
- "password": "secret123",
- "port": 23456,
- "userDirIsRoot": false
}
}
{- "response": "string"
}
The file connector to test
Success
Bad request
Forbidden access
Not found
{- "connectorName": "file_connector_via_ftp",
- "environmentId": 123,
- "fileType": "DELIMITED",
- "connectionInfo": {
- "connectionMode": "FTP",
- "path": "/path/to/files",
- "host": "host123.server.com",
- "loginName": "ftpuser",
- "password": "secret123",
- "port": 23456,
- "userDirIsRoot": false
}
}
{- "response": "string"
}