Discovery Inventory Non-Managed Device Assets

Returns

GET/api/odata/1.0/DiscoveryInventoryNonManagedDeviceAssets

Model Schema

Field

Datatype

PartitionId

string

DeviceId

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",
    "DeviceId": 0,
    "DisplayName": "string",
    "Manufacturer": "string",
    "OsName": "string",
    "OsAccuracy": 0,
    "DeviceType": "string",
    "IsMobileDevice": "s",
    "PrimaryProbe": "string",
    "PrimaryProbeType": "string",
    "MacAddressRollup": "string",
    "IpAddressRollup": "string",
    "LastSeenDate": "2022-01-12T07:58:28.512Z"
  }
]