Next Topic

Previous Topic

Book Contents

Get Agents in Agent View

Returns an array of agent records in the selected view.

GET /assetmgmt/agentsinview/{viewId}

Headers

Model Schema

Field

Datatype

Filterable

Sortable

AgentId

decimal

Online

int

 

OSType

string

 

OSInfo

string

 

AgentName

string

OrgId

decimal

MachineGroupId

decimal

MachineGroup

string

ComputerName

string

IPv6Address

string

IPAddress

string

OperatingSystem

string

OSVersion

string

LastLoggedInUser

string

LastRebootTime

string

LastCheckInTime

string

Country

string

CurrentUser

string

Contact

string

TimeZone

string

RamMBytes

int

CpuCount

int

CpuSpeed

int

CpuType

string

DomainWorkgroup

string

AgentFlags

int

 

AgentVersion

int

 

ToolTipNotes

string

 

 

ShowToolTip

int

 

 

DefaultGateway

string

 

 

DNSServer1

string

 

 

DNSServer2

string

 

 

DHCPServer

string

 

 

PrimaryWINS

string

 

 

SecondaryWINS

string

 

 

ConnectionGatewayIP

string

 

 

FirstCheckIn

datetime

PrimaryKServer

string

 

 

SecondaryKServer

string

 

 

Attributes

object

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"
}