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