Next Topic

Previous Topic

Book Contents

Get Software Licences

Returns an array of licenses used by the agent machine.

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

Headers

Model Schema

Field

Datatype

Filterable

Sortable

Publisher

string

ProductName

string

ProductKey

string

LicenseCode

string

Version

string

InstallationDate

datetime

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "Publisher": "string",
      "ProductName": "string",
      "ProductKey": "string",
      "LicenseCode": "string",
      "Version": "string",
      "InstallationDate": "2016-02-08T17:14:20.675Z"
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}