Deep Security Manager Web Service APIs

Overview

Trend Micro Deep Security Manager includes two different Web Services APIs to allow Deep Security functionality to be integrated with other applications: the SOAP-based service that has been included in previous releases and a new REST (REpresentational State Transfer) API. This package includes documentation for both services.

What's Included

This package includes the following files and folders:

The REST and SOAP APIs

The two Web Services offer different functionality, so which service you need to use will depend on which functionality you require.

The SOAP API

The SOAP API includes the following functionality:

For more information, see the SOAP API documentation.

The REST API

The REST API offers the following functionality:

For more information, see the REST API documentation.

Using the REST and SOAP APIs in the Same Application

Depending on the application you are writing, you may need access to both APIs. Both APIs require a valid session identifier (SID). To ease development when using both APIs, the session identifiers are interchangeable. That is, a SID acquired by authenticating to the REST API can be used in the SOAP API, and vice versa. Similarly, when you end a session with the SOAP API that SID is no longer usable with the REST API, and vice versa.