Discovery Inventory Assets

Returns

GET/api/odata/1.0/DiscoveryInventoryAssets

Model Schema

Field

Datatype

PartitionId

string

AssetId

number

HardwareDeviceId

number

DisplayName

string

Manufacturer

string

OsName

string

OsAccuracy

integer

DeviceType

string

IsMobileDevice

string

PrimaryProbe

string

PrimaryProbeType

string

MacAddressRollup

string

IpAddressRollup

string

LastSeenDate

string

Sample Response Model

[
  {
    "PartitionId": "string",
    "AssetId": 0,
    "HardwareDeviceId": 0,
    "DisplayName": "string",
    "Manufacturer": "string",
    "OsName": "string",
    "OsAccuracy": 0,
    "DeviceType": "string",
    "IsMobileDevice": "s",
    "PrimaryProbe": "string",
    "PrimaryProbeType": "string",
    "MacAddressRollup": "string",
    "IpAddressRollup": "string",
    "LastSeenDate": "2022-01-12T06:56:12.643Z"
  }
]