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