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

No response received when a web service request made through a REST client 

Consolidated list of BMC Software APIs Open link

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 EndpointsDescription
tokenObtains the authToken required to perform all other operations
configdataRetrieves configuration data of monitor instances
perfdataRetrieves performance data of monitor instances


TSWS APIs that use the GET method
API EndpointsDescription
devicesRetrieves a list of monitored devices
instances Retrieves a list of monitored instances 
monitortypesRetrieves a list of monitor types 
tenantsRetrieves 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