The IBM SOAR SDK, formerly the IBM Resilient SDK, provides the tools and infrastructure you need to develop IBM SOAR Apps, which you can then post on our App Exchange.
To install the IBM SOAR SDK, execute the following command:
$ pip install resilient-sdk
For details on the commands provided with the SDK, use the -h
option on the command line. For example, resilient-sdk -h
and resilient-sdk codegen -h
.
For more examples on its usage see ibm.biz/soar-python-docs.
The IBM SOAR App Developer's Guide provides information on using the IBM SOAR SDK to develop and package apps. The guide is available on the IBM Knowledge Center at ibm.biz/soar-docs. On this web page, select your IBM SOAR platform version. On the follow-on page, you can find the App Developer's Guide by expanding Apps in the Table of Contents pane.
Our change log can be found at ibm.biz/resilient-sdk-changes.
Copyright © IBM Corporation 2023
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.