update_ftps_repository
Modify an existing FTPS repository by updating its name, host, path, credentials, and associated organizations for secure evidence storage in Binalyze AIR.
Instructions
Update an existing FTPS evidence repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allowSelfSignedSSL | No | Whether to allow self-signed SSL certificates | |
host | Yes | Updated FTPS server hostname or IP address | |
id | Yes | ID of the FTPS repository to update | |
name | Yes | Updated name for the FTPS repository | |
organizationIds | No | Updated organization IDs to associate the repository with | |
password | Yes | Updated password for FTPS authentication | |
path | Yes | Updated path on the FTPS server (e.g. /) | |
port | No | Updated FTPS server port (default: 22) | |
publicKey | No | Public key for FTPS authentication (optional) | |
username | Yes | Updated username for FTPS authentication |