Getting All Details about a Device
→ Use the details
facet in order to get all details about a device:
curl \
--request GET\
--header 'Cookie: JSESSIONID=3FB2F3F6A089FE9029DFD6DAFEF146DC' \
https://[server]:8443/umsapi/v3/thinclients/27?facets=details
The response contains alle the properties of the device with the ID 27:
Response
{
"unitID": "00E0C54DCB8E",
"mac": "00E0C54DCB8E",
"firmwareID": "21",
"networkName": "D.Weinert",
"site": "1. Stock",
"department": "Product Management",
"lastIP": "172.30.91.43",
"costCenter": "",
"comment": "",
"assetID": "",
"inserviceDate": "01.06.215",
"serialNumber": "",
"productId": "UD6-LX 51cps",
"umsStructuralTag": "",
"cpuSpeed": 2416,
"cpuType": "Intel(R) Celeron(R) CPU J1900 @ 1.99GHz",
"deviceType": "IGEL H830C",
"deviceSerialNumber": "14D3D3C03B14470B9EM",
"osType": "IGEL Linux V5 (Kernel Version 3.13.11-ckt20)",
"flashSize": 1883,
"memorySize": 1853,
"networkSpeed": 1000,
"graphicsChipset0": "INTEL HD Graphics (Baytrail)",
"graphicsChipset1": "",
"monitorVendor1": "Samsung Electric Company",
"monitorModel1": "S24C650",
"monitorSerialnumber1": "H4MG404381",
"monitorSize1": 24,
"monitorNativeResolution1": "1920 x 1200",
"monitor1YearOfManufacture": "2015",
"monitor1WeekOfManufacture": "17",
"monitorVendor2": "Samsung Electric Company",
"monitorModel2": "S24C650",
"monitorSerialnumber2": "H4MG404389",
"monitorSize2": 24,
"monitorNativeResolution2": "1920 x 1200",
"monitor2YearOfManufacture": "2015",
"monitor2WeekOfManufacture": "17",
"biosVendor": "INSYDE Corp.",
"biosVersion": "H830C V:3.5.13-11282014",
"biosDate": "11/28/2014",
"totalUsagetime": "5798368000",
"totalUptime": "18513000",
"lastBoottime": "2015-09-29 08:30",
"id": "27",
"name": "Front Desk",
"parentID": "-1",
"movedToBin": false,
"objectType": "tc",
"links": [
{
"rel": "self",
"href": "https://172.30.91.227:8443/umsapi/v3/thinclients/27"
},
{
"rel": "Parent",
"href": "root"
},
{
"rel": "Firmware",
"href": "https://172.30.91.227:8443/umsapi/v3/firmwares/21"
}
]
}