Skip to Main Content
IBM Sterling


This portal is to open public enhancement requests for IBM Sterling products and services. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Submitted
Categories APIs & SDKs
Created by Guest
Created on Apr 17, 2025

Enhancement Request: API for Automating FS Virtual Roots Creation for SFTP Server Adapters in IBM Sterling B2B Integrator

Dear IBM Team,

I hope this message finds you well.

I am writing to request an enhancement for IBM Sterling B2B Integrator. Our team is looking to automate the creation of FS Virtual Roots for use with SFTP server adapters. However, we have been unable to find any documentation or existing APIs that support this functionality.

To streamline our processes and improve efficiency, we kindly request the development and implementation of an API that allows for the creation and management of FS Virtual Roots within IBM Sterling B2B Integrator. This feature would significantly benefit our operations by enabling automated configurations and reducing manual intervention.

We believe that this enhancement would be valuable not only to our organization but also to other users who rely on SFTP server adapters with filesystem-based data storage for their file transfer needs.

Thank you for considering our request. We look forward to your positive response and the potential implementation of this feature.

Kind regards,

Georg

What is your industry? Banking
How will this idea be used?

In our organization, we follow GitOps principles to manage our infrastructure and application configurations. We envision a scenario where an automated process is triggered to set up a new user, create the necessary directories, and establish the corresponding FS Virtual Root. This process would be initiated through a CI/CD pipeline, where configuration changes are committed to a Git repository.

  1. User Creation: When a new user needs access to the SFTP server, a configuration file is updated in the Git repository with the user's details.

  2. Directory Setup: Upon committing the changes, the CI/CD pipeline triggers a script that uses the requested API to create the required directories on the filesystem.

  3. FS Virtual Root Creation: The same script then calls the API to create an FS Virtual Root for the new user, linking it to the previously created directories.

  4. Management and Updates: Any subsequent changes to the user's configuration, such as directory structure or permissions, are managed through the same GitOps workflow, ensuring consistency and traceability.

This automated approach not only ensures that our configurations are consistent and reproducible but also significantly reduces the time and effort required to manually set up and manage FS Virtual Roots.