Returns an array of agent records in the selected view.
GET /assetmgmt/agentsinview/{viewId}
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": [
{
"AgentId": 0,
"AgentName": "string",
"Online": 0,
"OSType": "string",
"OSInfo": "string",
"OrgId": 0,
"MachineGroupId": 0,
"ComputerName": "string",
"IPv6Address": "string",
"IPAddress": "string",
"OperatingSystem": "string",
"OSVersion": "string",
"LastLoggedInUser": "string",
"LastRebootTime": "2016-02-05T21:02:56.716Z",
"LastCheckInTime": "2016-02-05T21:02:56.716Z",
"Country": "string",
"CurrentUser": "string",
"Contact": "string",
"TimeZone": "string",
"RamMBytes": 0,
"CpuCount": 0,
"CpuSpeed": 0,
"CpuType": "string",
"DomainWorkgroup": "string",
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}