Kurzbeschreibung

Ruft Informationen über ein bestimmtes Asset ab.

Ressourcen-URL

/v3/assetinfo/assets/{assetId}

Beispielanfrage

curl \

--request GET \

https://[server]:8443/umsapi/v3/assetinfo/assets/49070

Anforderungspfadvariablen

Name

Typ

VerbindlichBeschreibung

assetId

String

ja

Asset-ID

Reaktionsart

Gibt eine Array von AssetInfoResource zurück.

Beispielreaktion

{

"assetinfos": [

{

"tcId": 47922,

"assetId": 49070,

"assetName": "M105 Optical Mouse",

"assetVendor": "Logitech, Inc.",

"deviceId": "c077",

"categoryList": {

"categoryList": [

{

"categoryId": 49071,

"categoryName": "Mouse"

}

]

},

"detailList": {

"detailList": [

{

"attrId": 49070,

"detailKey": "maxPower",

"detailValue": "100mA",

"detailType": "string"

},

{

"attrId": 49070,

"detailKey": "speed",

"detailValue": "1.5",

"detailType": "string"

},

{

"attrId": 49070,

"detailKey": "custom_productName",

"detailValue": "USB_Optical_Mouse",

"detailType": "string"

},

{

"attrId": 49070,

"detailKey": "custom_vendorName",

"detailValue": "Logitech",

"detailType": "string"

},

{

"attrId": 49070,

"detailKey": "revision",

"detailValue": "7200",

"detailType": "string"

}

]

}

}

],

"links": []

}