Developing


The REST APIs in the TrueSight Web Service (TSWS) enable developers to integrate data from the TrueSight Presentation Server with external applications. These APIs use standard HTTP GET and POST methods to retrieve data from the server, and all responses from the server are in JSON format.

Each API request must include the following content-type parameter in the request header: 

content-type application/json


TSWS APIs that use the POST method

API Endpoints

Description

Obtains the authToken required to perform all other operations

Retrieves configuration data of monitor instances

Retrieves performance data of monitor instances


TSWS APIs that use the GET method

API Endpoints

Description

Retrieves a list of monitored devices

Retrieves a list of monitored instances 

Retrieves a list of monitor types 

Retrieves a list of tenants 

Interested in accessing TrueSight Presentation Server data with a REST API?

To learn how to use the TrueSight Web Service (TSWS) REST API, see Using-the-TSWS-REST-API-to-integrate-TrueSight-data-with-other-products.

Interested in other TrueSight APIs?

To access a list of APIs that you can use to integrate with other infrastructure and application management products, see Consolidated-list-of-TrueSight-APIs.