Listing monitoring solution details for policies
This API uses the POST method to list information about all the monitoring solutions available in the system.
You must provide authentication credentials by using the login API before accessing the data. For information about the authentication process, see TSWS authentication.
URL to access the solutions list API
The generic format of a URL for the list API is as follows:
https://<TSPShostname>:<port>/tsws/10.0/api/unifiedadmin/Solutions/list
Request body
While running this request, you need to specify the user group name. This API lists details of all those monitoring solutions for which the user group has permissions.
The following sample can help you understand the structure of the request body.
Sample request body
{
"userGroup": "Administrators"
}
"userGroup": "Administrators"
}
Response information for the list API
A sample JSON response is as follows:
Sample request response
{
"responseTimeStamp": "2018-05-04T01:00:25",
"statusCode": "200",
"statusMsg": "OK",
"allSolutions": [{
"solutionName": "pia_ag_windows",
"displayName": "PATROL Agent For Windows",
"versions": ["10.7.00"],
"inputMonitorTypes": {},
"outputCollectorMonitorTypes": {},
"outputNonCollectorMonitorTypes": {},
"kmlData": {}
}, {
"solutionName": "oracle_jre_unix",
"displayName": "Oracle JRE - Linux and Solaris",
"versions": ["1.8.01.21"],
"inputMonitorTypes": {},
"outputCollectorMonitorTypes": {},
"outputNonCollectorMonitorTypes": {},
"kmlData": {}
}]
}
"responseTimeStamp": "2018-05-04T01:00:25",
"statusCode": "200",
"statusMsg": "OK",
"allSolutions": [{
"solutionName": "pia_ag_windows",
"displayName": "PATROL Agent For Windows",
"versions": ["10.7.00"],
"inputMonitorTypes": {},
"outputCollectorMonitorTypes": {},
"outputNonCollectorMonitorTypes": {},
"kmlData": {}
}, {
"solutionName": "oracle_jre_unix",
"displayName": "Oracle JRE - Linux and Solaris",
"versions": ["1.8.01.21"],
"inputMonitorTypes": {},
"outputCollectorMonitorTypes": {},
"outputNonCollectorMonitorTypes": {},
"kmlData": {}
}]
}
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*