Returns an array of summary asset records.
GET /assetmgmt/assets
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
||
|
|
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
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"
}