Docs.bmc.com will undergo a brief maintenance outage 27 March 2025. The site will be unavailable for ten minutes starting at 6:30 AM CDT/5 PM IST.

Listing the available monitor solutions


The solution API uses the GET method to list the available monitor solutions. You must provide authentication credentials by using the login API before accessing the data. For information about the authentication process, see TSWS-Web-service-authentication.

URL to access the solution API

The generic format of a URL for the solution API is as follows:

http|https://<serverHost>:<port>/tsws/10.0/api/policy/solution/list

Example

http://tspswsserver:80/tsws/10.0/api/policy/solution/list

 

Response information for the solution API

Part of a sample JSON response is as follows:

{
     "solutions": [
           {
                 "versions": [
                       "2.0.10"
                  ],
                 "solutionName": "pkm_peoplesoft",
                 "inputMonitorTypes": {
                       "2.0.10": [ ]
                 },
                 "outputMonitorTypes": {
                       "2.0.10": [ ]
                 }
           },
           {
                 "versions": [
                       "1.0.01"
                  ],
                 "solutionName": "seni68",
                 "inputMonitorTypes": {
                       "1.0.01": [ ]
                 },
                 "outputMonitorTypes": {
                       "1.0.01": [ ]
                 }
           },
           {
                 "versions": [
                       "2.1.00"
                  ],
                 "solutionName": "senna",
                 "inputMonitorTypes": {
                       "2.1.00": [ ]
                 },
                 "outputMonitorTypes": {
                       "2.1.00": [ ]
                 }
                 }

Related topics

Listing-monitor-solutions-using-web-services

Performing-Central-Monitoring-Administration-functions-with-web-services