Next Topic

Previous Topic

Book Contents

Get Audit Summaries

Returns an array of audit summary records.

GET /assetmgmt/audit

Headers

Model Schema

Field

Datatype

Filterable

Sortable

AgentGuid

decimal

DisplayName

string

TimezoneOffset

int

 

 

CurrentLogin

string

AgentType

int

RebootTime

string

LastCheckinTime

string

GroupName

string

FirstCheckinTime

string

TimeZone

string

WorkgroupDomainType

int

WorkgroupDomainName

string

ComputerName

string

DnsComputerName

string

OsType

string

OsInfo

string

IpAddress

string

Ipv6Address

string

SubnetMask

string

DefaultGateway

string

ConnectionGatewayIp

string

GatewayCountry

string

MacAddress

string

DnsServer1

string

DnsServer2

string

DhcpEnabled

int

DhcpServer

string

WinsEnabled

int

PrimaryWinsServer

string

SecondaryWinsServer

string

CpuType

string

CpuSpeed

int

CpuCount

int

RamMBytes

int

AgentVersion

int

LastLoginName

string

LoginName

string

PrimaryKServer

string

SecondaryKServer

string

QuickCheckinPeriod

string

ContactName

string

ContactEmail

string

ContactPhone

string

ContactNotes

string

Manufacturer

string

ProductName

string

SystemVersion

string

SystemSerialNumber

string

ChassisSerialNumber

string

ChassisAssetTag

string

ExternalBusSpeed

string

MaxMemorySize

string

MemorySlots

string

ChassisManufacturer

string

ChassisType

string

ChassisVersion

string

MotherboardManufacturer

string

MotherboardProduct

string

MotherboardVersion

string

MotherboardSerialNumber

string

ProcessorFamily

string

ProcessorManufacturer

string

ProcessorVersion

string

ProcessorMaxSpeed

string

ProcessorCurrentSpeed

string

FreeSpace

int

UsedSpace

int

TotalSize

int

NumberOfDrives

int

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "AgentGuid": 0,
      "DisplayName": "string",
      "TimezoneOffset": 0,
      "CurrentLogin": "string",
      "AgentType": 0,
      "RebootTime": "2015-08-04T21:45:50.992Z",
      "LastCheckinTime": "2015-08-04T21:45:50.992Z",
      "GroupName": "string",
      "FirstCheckinTime": "2015-08-04T21:45:50.992Z",
      "TimeZone": "string",
      "WorkgroupDomainType": 0,
      "WorkgroupDomainName": "string",
      "ComputerName": "string",
      "DnsComputerName": "string",
      "OsType": "string",
      "OsInfo": "string",
      "IpAddress": "string",
      "Ipv6Address": "string",
      "SubnetMask": "string",
      "DefaultGateway": "string",
      "ConnectionGatewayIp": "string",
      "GatewayCountry": "string",
      "MacAddress": "string",
      "DnsServer1": "string",
      "DnsServer2": "string",
      "DhcpEnabled": 0,
      "DhcpServer": "string",
      "WinsEnabled": 0,
      "PrimaryWinsServer": "string",
      "SecondaryWinsServer": "string",
      "CpuType": "string",
      "CpuSpeed": 0,
      "CpuCount": 0,
      "RamMBytes": 0,
      "AgentVersion": 0,
      "LastLoginName": "string",
      "LoginName": "string",
      "PrimaryKServer": "string",
      "SecondaryKServer": "string",
      "QuickCheckinPeriod": "string",
      "ContactName": "string",
      "ContactEmail": "string",
      "ContactPhone": "string",
      "ContactNotes": "string",
      "Manufacturer": "string",
      "ProductName": "string",
      "SystemVersion": "string",
      "SystemSerialNumber": "string",
      "ChassisSerialNumber": "string",
      "ChassisAssetTag": "string",
      "ExternalBusSpeed": "string",
      "MaxMemorySize": "string",
      "MemorySlots": "string",
      "ChassisManufacturer": "string",
      "ChassisType": "string",
      "ChassisVersion": "string",
      "MotherboardManufacturer": "string",
      "MotherboardProduct": "string",
      "MotherboardVersion": "string",
      "MotherboardSerialNumber": "string",
      "ProcessorFamily": "string",
      "ProcessorManufacturer": "string",
      "ProcessorVersion": "string",
      "ProcessorMaxSpeed": "string",
      "ProcessorCurrentSpeed": "string",
      "FreeSpace": 0,
      "UsedSpace": 0,
      "TotalSize": 0,
      "NumberOfDrives": 0
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}