Services REST Endpoints

File Server/Services
Get all services
Method: get
Path: {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services
Get service instance details
Method: get
Path: {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/serviceinstance
Get service status
Method: get
Path: {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services/{serviceType}
Get SFTP security supported algorithms
Method: get
Path: {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services/sftp/supportedSecurityAlgorithms
Get SFTP server configuration
Method: get
Path: {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services/sftp/configuration
Update a service
Method: put
Path: {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services/{serviceType}
Update SFTP service configuration
Method: put
Path: {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services/sftp/configuration