Kurzbeschreibung

Ruft Asset-Informationen auf einem bestimmten Thin Client ab.

Ressourcen-URL

/v3/assetinfo/thinclients/{tcId}

Beispielanfrage

curl \

--request GET \

https://[server]:8443/umsapi/v3/assetinfo/thinclients/47922

Anforderungspfadvariablen

Name

Typ

Verbindlich

Beschreibung

tcId

String

ja

ID des Thin Client

Reaktionsart

Gibt ein Array von AssetInfoResource zurück.

Beispielreaktion

{

"assetinfos": [

{

"tcId": 47922,

"assetId": 49072,

"assetName": "Bluetooth Dongle (HCI mode)",

"assetVendor": "Cambridge Silicon Radio, Ltd",

"deviceId": "0001",

"categoryList": {

"categoryList": [

{

"categoryId": 49073,

"categoryName": "Bluetooth"

}

]

},

"detailList": {

"detailList": [...]

}

},

{

"tcId": 47922,

"assetId": 49070,

"assetName": "M105 Optical Mouse",

"assetVendor": "Logitech, Inc.",

"deviceId": "c077",

"categoryList": {

"categoryList": [

{

"categoryId": 49071,

"categoryName": "Mouse"

}

]

},

"detailList": {

"detailList": [...]

}

},

{

"tcId": 47922,

"assetId": 49067,

"assetName": "Elite Keyboard",

"assetVendor": "Hewlett-Packard",

"deviceId": "034a",

"categoryList": {

"categoryList": [

{

"categoryId": 49068,

"categoryName": "Keyboard"

},

{

"categoryId": 49069,

"categoryName": "Human Interface Device"

}

]

},

"detailList": {

"detailList": [...]

}

}

],

"links": []

}