Returns an array of startup apps on the agent machine.
GET /assetmgmt/audit/{agentId}/software/startupapps
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"AppName": "string",
"AppCommand": "string",
"UserName": "string"
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}