Information

This site will undergo a brief period of maintenance on Thursday, 23 April at 2:30 AM Central/1:00 PM IST. During a 30 minute window, site availability may be intermittent.

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 Web-services-authentication.

URL to access the solution API

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

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

Information
Example

http://bppmwsserver:80/bppmws/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": [ ]
                  }
                  }

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC ProactiveNet 9.6