

If you are already familiar with using an API or have specific tasks that you want to use the SDK for, see Run the Code Examples to get started with the task-based examples in other Automation Center guides. To get familiar with how to use the SDK with the Deep Security API, see the Send Your First Request Using the API guide.Click Project Interpreter: New Virtualenv environment.In Location, change the folder you wish to save to if needed and then enter a name for the project.Configuring the Trend Micro Deep Security Python SDKįollow the procedure below to create a P圜harm project that can run the code examples in the Automation Center guides.Preparing the IDE for Trend Micro Deep Security Automation.If you prefer to use Eclipse, the following videos step you through the process of setting up the Eclipse IDE with the Python SDK: The below commands assume that the Python executable is in your system path. Open a Command Line or Terminal and change the current directory to the directory of the extracted contents.Įnter the following command to install the module and dependencies:.Make sure that you download the SDK that is compatible with your Deep Security Manager. You can install pip using the package manager of your Linux distribution. For Linux, pip is installed separately from Python. For Linux, Python is added to the system path during Python installation.įor Windows, pip is installed with Python. to PATH at the start of the installation.

For Windows, in the Python installer, select Add Python 3. The Python executable must be in your system path.

Get set up to use the Python SDK Prerequisites If you would rather use the API directly via tools such as Postman and curl, you do not need an SDK. The Deep Security Python SDK consists of a package containing the module that you can use to interact with the API.
