Discovery Inventory Managed Device Assets

Returns

GET/api/odata/1.0/DiscoveryInventoryManagedDeviceAssets

Model Schema

Field

Datatype

DeviceId

number

DisplayName

string

Manufacturer

string

OsName

string

OsAccuracy

integer

DeviceType

string

MobileDevice

string

PrimaryProbe

string

PrimaryProbeType

string

MacAddressRollup

string

IpAddressRollup

string

LastSeenDate

string

AssetId

number

PartitionId

string

Sample Response Model

[
  {
    "DeviceId": 0,
    "DisplayName": "string",
    "Manufacturer": "string",
    "OsName": "string",
    "OsAccuracy": 0,
    "DeviceType": "string",
    "MobileDevice": "s",
    "PrimaryProbe": "string",
    "PrimaryProbeType": "string",
    "MacAddressRollup": "string",
    "IpAddressRollup": "string",
    "LastSeenDate": "2022-01-12T07:42:38.494Z",
    "AssetId": 0,
    "PartitionId": "string"
  }
]