Returns an array of licenses used by the agent machine.
GET /assetmgmt/audit/{agentId}/software/licenses
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
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"
}