Get Security Products
Returns an array of security products installed on the agent machine.
GET /assetmgmt/audit/{agentId}/software/securityproducts
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Authentication}
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"
}
