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.
Related topic
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 |
---|---|
token | Obtains the authToken required to perform all other operations |
configdata | Retrieves configuration data of monitor instances |
perfdata | Retrieves performance data of monitor instances |
TSWS APIs that use the GET method
API Endpoints | Description |
---|---|
devices | Retrieves a list of monitored devices |
instances | Retrieves a list of monitored instances |
monitortypes | Retrieves a list of monitor types |
tenants | 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.
Was this page helpful? Yes No
Submitting...
Thank you
Comments
Log in or register to comment.