This is an IBM Automation portal for Integration products. 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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
Let me close this Idea based on the solution provided in comments above. If this solution can not be directly applied, please let me know here or by direct email (address in the first comment) so that we can work together to analyze the scenario and deliver solution.
Hi Tomasz,
We will test this. That looks promising, looks like it should work..
Hello, thank you for reaching out on this! Currently LMT Disconnected Scanner has an option to pass additional parameters to curl command that it runs to upload scan results to the server. It is documented here: https://www.ibm.com/docs/en/license-metric-tool?topic=security-increasing-uploading-disconnected-scan-results
Please let us know if this option can be used to pass the necessary header information.
Alternative approach could be to use the LMT Server REST API for uploading scan results manually with custom script, not the one which Disconnected Scanner embedds. Scan resuylts are just zip files which are collected in the output directory. These are never overwritten and can be uploaded in bulk way once a day of with any frequency (not less frequently than once a week). So, you can run your own curl commands to upload them from each endpoint or collect the outputs from multiple endpoints on a single machine and upload from there. The API on the LMT Server side for uploading results is documented here: https://www.ibm.com/docs/en/license-metric-tool?topic=api-rest-uploading-disconnected-scan-results
The scan results can be uploaded also with sftp by just copying to the LMT Server disconnected datasource directory.
But, hoping that the additional parameter from the first link above will help - please confirm. You can also reach me at my personal email address Tomasz.Stopa@pl.ibm.com to discuss details.