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
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 |
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 |
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.
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.
Comments
Log in or register to comment.