Get Software Licences
Returns an array of licenses used by the agent machine.
GET /assetmgmt/audit/{agentId}/software/licenses
- 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": [
{"Publisher": "string",
"ProductName": "string",
"ProductKey": "string",
"LicenseCode": "string",
"Version": "string",
"InstallationDate": "2016-02-08T17:14:20.675Z"
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}
