update_sftp_repository
Modify an existing SFTP repository by updating its ID, name, host, path, and authentication credentials. Streamline repository management for digital forensics and incident response workflows.
Instructions
Update an existing SFTP repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
host | Yes | Updated SFTP server hostname or IP address | |
id | Yes | ID of the SFTP repository to update | |
name | Yes | Updated name for the SFTP repository | |
organizationIds | No | Updated organization IDs to associate the repository with | |
password | Yes | Updated password for SFTP authentication | |
path | Yes | Updated path on the SFTP server (e.g. /) | |
port | No | Updated SFTP server port (default: 22) | |
username | Yes | Updated username for SFTP authentication |