Get SFTP Security Supported Algorithms

get

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

Get a list of all supported SFTP security algorithms. These can enabled/disabled by the sftp 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 : supportedSecurityAlgorithms
Type: object
Describes all available security algorithms for SFTP service.
Show Source
Nested Schema : CipherSuites
Type: array
Show Source
Nested Schema : compressionMethods
Type: array
Show Source
Nested Schema : keyExchangeAlgorithms
Type: array
Show Source
Nested Schema : messageAuthenticationAlgorithms
Type: array
Show Source
Nested Schema : signatureAlgorithms
Type: array
Show Source

400 Response

Bad request

401 Response

Unauthorized

404 Response

Configuration not found

500 Response

Internal Server Error
Back to Top