Summary

This object describes an asset. It references the thin client, it is connected to, one or more categories the asset belongs to, and one or more details about the asset.

Properties

Name

Type

Description

tcId

Integer

Internal ID of the thin client the asset is connected to. The value -1 indicates that the asset is currently not connected to a thin client.

assetId

Integer

Internal asset ID

uniqueId

String

(not used)

connector

String

(not used)

assetName

String

Name

assetVendor

String

Vendor

deviceId

String

USB device ID

categoryList

Array of AssetCategory

Categories the asset belongs to

detailList

Array of AssetDetailResource

Asset details

Example

{

"tcId": 47922,

"assetId": 49070,

"assetName": "M105 Optical Mouse",

"assetVendor": "Logitech, Inc.",

"deviceId": "c077",

"categoryList": {

"categoryList": [...]

},

"detailList": {

"detailList": [... ]

}

}