Returns a single agent record.
GET /assetmgmt/agents/{agentId}
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,
"MachineGroup": "string",
"ComputerName": "string",
"IPv6Address": "string",
"IPAddress": "string",
"OperatingSystem": "string",
"OSVersion": "string",
"LastLoggedInUser": "string",
"LastRebootTime": "2016-02-02T17:55:17.030Z",
"LastCheckInTime": "2016-02-02T17:55:17.030Z",
"Country": "string",
"CurrentUser": "string",
"Contact": "string",
"TimeZone": "string",
"RamMBytes": 0,
"CpuCount": 0,
"CpuSpeed": 0,
"CpuType": "string",
"DomainWorkgroup": "string",
"AgentFlags": 0,
"AgentVersion": 0,
"ToolTipNotes": "string",
"ShowToolTip": 0,
"DefaultGateway": "string",
"DNSServer1": "string",
"DNSServer2": "string",
"DHCPServer": "string",
"PrimaryWINS": "string",
"SecondaryWINS": "string",
"ConnectionGatewayIP": "string",
"FirstCheckIn": "2016-07-13T18:47:34.029Z",
"PrimaryKServer": "string",
"SecondaryKServer": "string",
"Attributes": {}
}
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}