Returns an array of security products installed on the agent machine.
GET /assetmgmt/audit/{agentId}/software/securityproducts
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
||
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"ProductType": "string",
"ProductName": "string",
"Manufacturer": "string",
"Version": "string",
"IsActive": true,
"IsUpToDate": true,
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}