Agents
Returns the list of agents.
GET/api/odata/1.0/Agents
Model Schema
Field |
Datatype |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
[
{
"AgentId": "string",
"MachineId": "string",
"PartitionId": "string",
"GroupId": "string",
"MachineName": "string",
"Osname": "string",
"OsversionDetails": "string",
"CurrentLoggedOnUser": "string",
"LastLoggedOnUser": "string",
"LastRebootTime": "2021-11-19T14:17:45.563Z",
"AgentVersion": 0,
"MachineType": "string",
"LastCheckInTime": "2021-11-19T14:17:45.563Z",
"MachineStatus": "string",
"IsOnline": 0,
"IsInUnnamedGroup": 0,
"Licenses": [
{
"Id": 0,
"AgentId": "string",
"MachineName": "string",
"GroupName": "string",
"Publisher": "string",
"ProductName": "string",
"LicenseCode": "string",
"ProductKey": "string",
"LicenseVersion": "string",
"InstallDate": "string",
"OperatingSystem": "string",
"OperatingSystemVersion": "string",
"PartitionId": "string",
"Agent": "string"
}
]
}
]