Next Topic

Previous Topic

Book Contents

Get Security Products

Returns an array of security products installed on the agent machine.

GET /assetmgmt/audit/{agentId}/software/securityproducts

Headers

Model Schema

Field

Datatype

Filterable

Sortable

ProductType

string

ProductName

string

Manufacturer

string

Version

string

 

 

IsActive

true

IsUpToDate

true

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"
}