Retrieving the configuration data of monitor instances

The configdata API uses the POST method to obtain the configuration data of monitor instances. 

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 

Before you begin

You must have used the login API to obtain the authToken, which authenticates the user performing the operation. For details, see TSWS authentication.

Request syntax

https://<PresentationServerHostName>/tsws/10.0/api/omprovider/configdata

Request parameters

ElementDescription
authToken

Value of authToken

tenantId

Tenant name

Example: *

Options (Use one per request)
monUniqNameUse the monitortypes operation to get the monUniqName.
instKeyListincludes serverIdmonTypeId, and monInstId.
Use the instances operation to get the serverId, monTypeId, and monInstId.

Sample request with REST client

After accessing the REST client, perform the following steps:

  1. Enter the URL for the configuration data of monitor instances API. The generic format is:
    https://<Presentation Server host name>/tsws/10.0/api/omprovider/configdata
  2. Add a new header row and select Authorization as the header type.
  3. Enter the text authToken followed by the authToken generated through the login API. 
  4. Enter the input parameters in JSON format:
    1. tenantId — the tenant name, for example "*".
    2. Select one of the following options:
  5. Click Send.

Using monUniqName

Using instKeyList that includes serverId, monTypeId, and monInstId

Sample JSON response

The response information follows the standard HTTP response status codes.

Sample JSON response for the configuration data of monitor instances API:

Related topics

Developing

Was this page helpful? Yes No Submitting... Thank you

Comments