Next Topic

Previous Topic

Book Contents

Get Assets

Returns an array of summary asset records.

GET /assetmgmt/assets

Headers

Model Schema

Field

Datatype

Filterable

Sortable

AssetId

decimal

 

AssetName

string

AssetTypeId

decimal

ProbeId

decimal

MachineGroupId

decimal

 

MachineGroup

string

OrgId

decimal

 

IsComputerAgent

boolean

IsMobileAgent

boolean

IsMonitoring

byte

IsPatching

byte

IsAuditing

byte

IsBackingUp

byte

IsSecurity

byte

TicketCount

decimal

AlarmCount

decimal

IsSNMPActive

boolean

IsVProActive

boolean

NetworkInfo

decimal

AgentId

decimal

 

DisplayName

string

LastSeenDate

string

ProbeAgentGuid

decimal

PrimaryProbe

string

PrimaryProbeId

string

NMapProbeId

decimal

HostName

string

OSName

string

OSType

string

OSFamily

string

OSGeneration

string

DeviceManufacturer

string

Attributes

object

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "AssetId": 0,
      "AssetName": "string",
      "AssetTypeId": 0,
      "ProbeId": 0,
      "MachineGroupId": 0,
	"MachineGroup": "string",
      "OrgId": 0,
      "IsComputerAgent": true,
      "IsMobileAgent": true,
      "IsMonitoring": "string",
      "IsPatching": "string",
      "IsAuditing": "string",
      "IsBackingUp": "string",
      "IsSecurity": "string",
      "TicketCount": 0,
      "AlarmCount": 0,
      "IsSNMPActive": true,
      "IsVProActive": true,
      "NetworkInfo": 0,
      "AgentId": 0,
      "DisplayName": "string",
      "LastSeenDate": "2016-02-02T17:55:17.053Z",
      "ProbeAgentGuid": 0,
      "PrimaryProbe": "string",
      "PrimaryProbeType": "string",
      "NMapProbeId": 0,
      "HostName": "string",
      "OSName": "string",
      "OSType": "string",
      "OSFamily": "string",
      "OSGeneration": "string",
      "DeviceManufacturer": "string",
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}