Services REST Endpoints
File Server/Services
- Get all Services
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services - Get Service Instance Details
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/serviceinstance - Get Service Status
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services/{serviceType} - Get SFTP Security Supported Algorithms
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services/sftp/supportedSecurityAlgorithms - Get SFTP Server Configuration
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services/sftp/configuration - Update a Service
- Method: putPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services/{serviceType} - Update SFTP Service Configuration
- Method: putPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services/sftp/configuration