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
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": [ ]
}
}
"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