Update SFTP Service Configuration

put

{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services/sftp/configuration

Update SFTP service configuration

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
sftpServerConfiguration
Root Schema : schema
Type: object
Show Source
Nested Schema : SFTPConfig
Type: object
Describes configuration of SFTP server.
Show Source
Nested Schema : SecurityConfig
Type: object
Show Source
  • Comma separated values of all configured Cipher Suites. AllowableValues = {"aes256-ctr","aes192-ctr","aes128-ctr"}
  • Comma separated values of all configured Compression Methods. AllowableValues = {"Zlib","zlib@openssh.com","No Compression"}
  • Comma separated values of all configured Key Exchange algorithms. AllowableValues = {"diffie-hellman-group-exchange-sha256","diffie-hellman-group14-sha1"}
  • Comma separated values of all configured Message Authentication algorithms. AllowableValues = {"hmac-sha2-512","hmac-sha2-256"}
  • Comma separated values of all configured Signature Algorithms. AllowableValues = {"ssh-rsa","ssh-ed25519","ecdsa-sha2-nistp256","ecdsa-sha2-nistp384","ecdsa-sha2-nistp521","rsa-sha2-256","rsa-sha2-512"}
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : SFTPConfig
Type: object
Describes configuration of SFTP server.
Show Source
Nested Schema : SecurityConfig
Type: object
Show Source
  • Comma separated values of all configured Cipher Suites. AllowableValues = {"aes256-ctr","aes192-ctr","aes128-ctr"}
  • Comma separated values of all configured Compression Methods. AllowableValues = {"Zlib","zlib@openssh.com","No Compression"}
  • Comma separated values of all configured Key Exchange algorithms. AllowableValues = {"diffie-hellman-group-exchange-sha256","diffie-hellman-group14-sha1"}
  • Comma separated values of all configured Message Authentication algorithms. AllowableValues = {"hmac-sha2-512","hmac-sha2-256"}
  • Comma separated values of all configured Signature Algorithms. AllowableValues = {"ssh-rsa","ssh-ed25519","ecdsa-sha2-nistp256","ecdsa-sha2-nistp384","ecdsa-sha2-nistp521","rsa-sha2-256","rsa-sha2-512"}

400 Response

Bad request

401 Response

Unauthorized

404 Response

Configuration not found

500 Response

Internal Server Error
Back to Top