Use the Python SDK to interact with the REST API
The Splunk Intelligence Management Python SDK is a Python package that can be used to easily interact with the Splunk Intelligence Management Rest API from within any Python program. The Python SDK is compatible with both Python 2 and Python 3; however some of the example scripts that use the package specifically target Python 2.
- The source code and instructions for configuring the Python SDK can be viewed on GitHub.
- View the release notes for important information.
Getting started
- You can use the Quick Start page to walk through the process of setting up the Splunk Intelligence Management Python SDK and running a simple program to establish that the setup succeeded.
- The Python SDK documentation also provides examples for common use cases.
Python SDK coverage
Splunk Intelligence Management provides technical documentation for the Python SDK on the Splunk Intelligence Management website.
Area | Description |
---|---|
Class | The Splunk Intelligence Management class provides methods for working with reports, indicators, and other information in the Splunk Intelligence Management platform. For each API endpoint, there is a method on this class for making calls to it. |
Models | These classes model the various types of objects (reports, indicators, etc.) that are present on the Splunk Intelligence Management platform. |
Build an observable-query intelligence source integration | REST API v1.3 |
This documentation applies to the following versions of Splunk® Intelligence Management (Legacy): current
Feedback submitted, thanks!