create_sftp_repository
Generate a new SFTP evidence repository by defining host, port, path, and authentication details, and assign it to specific organizations for secure data storage.
Instructions
Create a new SFTP evidence repository
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | SFTP server hostname or IP address | |
| name | Yes | Name for the SFTP repository | |
| organizationIds | No | Organization IDs to associate the repository with | |
| password | Yes | Password for SFTP authentication | |
| path | Yes | Path on the SFTP server (e.g. /) | |
| port | No | SFTP server port (default: 22) | |
| username | Yes | Username for SFTP authentication |