Returns a single detailed asset record.
GET /assetmgmt/assets/{assetId}
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DeviceFound |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Probe |
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DeviceDetails.DeviceInfo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DeviceDetails.DeviceMotherBoard |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DeviceDetails.DeviceBiosInfo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DeviceDetails.DeviceProcessor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DeviceDetails.DeviceMemory |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DeviceDetails.DeviceDrive |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DeviceDetails.DeviceIPs |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DeviceDetails.DeviceHwPCI |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ProbeType |
|
|
|
|
|
|
|
|
|
||
|
|
|
|
Sample Response Model
{
"AssetId": 0,
"AssetName": "string",
"AssetTypeId": 0,
"MachineGroupId": 0,
"MachineGroup": "string",
"OrgId": 0,
"AgentId": 0,
"DeviceId": 0,
"DeviceName": "string",
"DeviceType": 0,
"DeviceTime": "2016-02-02T22:50:04.298Z",
"ServerTime": "2016-02-02T22:50:04.298Z",
"DeviceFounds": [
{
"DeviceId": 0,
"FoundOn": "2016-02-02T22:50:04.298Z",
"FoundBy": {
"ProbeId": 0,
"ProbeTypeId": 0,
"ProbeName": "string",
"ProbeAgentId": 0,
"ProbeType": {
"ProbeTypeId": 0,
"ProbeTypeName": "string",
"Attributes": {}
},
"Attributes": {}
},
"DeviceInfo": {
"HostName": "string",
"Manufacturer": "string",
"Version": "string",
"SerialNumber": "string",
"Port": 0,
"OSName": "string",
"OSType": "string",
"OSFamily": "string",
"OSVendor": "string",
"OSAccuracy": 0,
"OSInfo": "string",
"OSGeneration": "string"
},
"DeviceMotherBoard": {
"MotherboardManufacturer": "string",
"MotherboardProductName": "string",
"MotherboardVersion": "string",
"MotherboardSerialNum": "string",
"MotherboardAssetTag": "string",
"MotherboardReplaceable": "string"
},
"DeviceBiosInfo": {
"BiosVendor": "string",
"BiosVersion": "string",
"BiosReleaseDate": "2016-02-02T22:50:04.298Z",
"BiosSupportedFunctions": "string"
},
"DeviceProcessors": [
{
"ProcessorId": 0,
"ProcessorManufacturer": "string",
"ProcessorFamily": "string",
"ProcessorVersion": "string",
"ProcessorMaxSpeed": 0,
"ProcessorCurrentSpeed": 0,
"ProcessorStatus": "string",
"ProcessorUpgradeInfo": "string",
"ProcessorSocketPopulated": "string",
"ProcessorType": "string"
}
],
"DeviceMemories": [
{
"MemoryManufacturer": "string",
"MemorySerialNum": "string",
"MemorySize": 0,
"MemorySpeed": 0,
"MemoryType": "string"
}
],
"DeviceDrives": [
{
"DriveManufacturer": "string",
"DriveSocketDesignation": "string",
"DriveVersion": "string",
"DriveMaxSpeed": 0,
"DriveCurrentSpeed": 0,
"DriveStatus": "string",
"DriveUpgradeInfo": "string",
"DriveSocketPopulated": "string"
}
],
"DeviceIPs": [
{
"IPAddress": "string",
"IPAddressType": 0,
"SubnetMask": "string",
"DHCPEnabled": true,
"IPv6Address": "string",
"MACAddress": "string",
"MACManufacturer": "string"
}
],
"DeviceHwPCI": {
"VendorId": 0,
"ProductId": 0,
"Revision": 0,
"BaseClass": 0,
"SubClass": 0,
"Bus": 0,
"Slot": 0,
"SubVendorId": "string",
"SubSystemId": "string",
"DeviceLocation": "string"
}
}
],
"Attributes": {}
},