GET /v3/thinclients/{tcId}?facets=details
Summary
Gets detailed information on the specified thin client.
Resource URL
/v3/thinclients/{tcId}?facets=details
Example Request
curl \
--request GET \
https://[server]:8443/umsapi/v3/thinclients/95?facets=details
Request Path Variables
Name | Type | Mandatory | Description |
| String | yes | thin client ID |
Response Type
Returns a TCResourceV3 with full details.
Example Response
{
"unitID": "00E0C514325B",
"mac": "00E0C514325B",
"firmwareID": "6",
"networkName": "ITC00E0C514325B",
"lastIP": "172.30.92.26",
"productId": "UD3-LX 50cps",
"umsStructuralTag": "",
"cpuSpeed": 1200,
"cpuType": "AMD GX-412HC SOC with Radeon(TM) R3E Graphics",
"deviceType": "IGEL M340C",
"deviceSerialNumber": "14D3E3C02B16160323M",
"osType": "IGEL Linux 10 (Kernel Version 4.10.17)",
"flashSize": 1875,
"memorySize": 1705,
"networkSpeed": 1000,
"graphicsChipset0": "ATI MULLINS",
"graphicsChipset1": "",
"monitorVendor1": "Samsung Electric Company",
"monitorModel1": "SyncMaster",
"monitorSerialnumber1": "HMJBC00558",
"monitorSize1": 24,
"monitorNativeResolution1": "1920 x 1200",
"monitor1YearOfManufacture": "2011",
"monitor1WeekOfManufacture": "51",
"monitorVendor2": "",
"monitorModel2": "",
"monitorSerialnumber2": "",
"monitorSize2": 0,
"monitorNativeResolution2": "",
"monitor2YearOfManufacture": "",
"monitor2WeekOfManufacture": "",
"biosVendor": "Insyde Corp.",
"biosVersion": "M340C V:3.3.13-12162015",
"biosDate": "12/16/2015",
"totalUsagetime": "20",
"totalUptime": "1500380741",
"lastBoottime": "2017-07-18 14:25",
"batteryLevel": -1,
"id": "95",
"name": "ITC00E0C514325B",
"parentID": "-1",
"movedToBin": false,
"objectType": "tc",
"links": []
}