This portal is to open public enhancement requests against IBM System Storage 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.
See this idea on ideas.ibm.com
We are doing some "automated" tasks in Spectrum Protect and we are currently doing it by calling dsmadmc.exe (and args). But starting such an process for every request is rather time consuming - and heavy cpu/memory on the Windows machine (having like 20 dsmadmc running/starting all the time).
If there instead exist an REST api (or similiar) to execute remote commands - would greatly improve performance and remove the actual starting time of the dsmadmc process and also remove the cpu and memory usage on the windows machine where these tasks are running.
We are calling dsmadmc.exe from Windows machine, which then connects to a Spectrum Protect server running on Linux.
Idea priority | Low |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
There is a REST API available to issues administration commands:
https://www.ibm.com/support/pages/ibm-spectrum-protect-operations-center-v810-rest-api-commands
IBM plans to remove the need for the Operations Center in order to use the current REST API and so this part of the requirement may not be delivered within the release currently under development, but the theme is aligned with the current multi-year strategy. IBM may consider and evaluate any RFE Community feedback for this request through activities such as voting. IBM will update this request in the future.
I suppose I could do it with the below calls, but I would have to go through yet one more product (the OC).
Speed and "thread safe" would be a key factor. Would I be able to do xx simultaneously REST api calls at the same time?
Is it faster through REST/OC than calling dsmadmc etc.
And since you have the REST api of the OC - I suppose you would want to avoid adding it to dsmadmc as well.
Issue command* cli/issueCommand[/{server name}]
Issue confirm command* cli/issueConfirmedCommand[/{server name}]