Get SFTP server configuration

get

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

Get SFTP server configuration

Request

There are no request parameters for this operation.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : servicesConfig
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"}

400 Response

Bad request

401 Response

Unauthorized

404 Response

Configuration not found

500 Response

Internal Server Error
Back to Top