Summary

Gets information on the specified thin client with its online status.

When you send this request, UMS cannot answer it from data in the database alone, but makes a network connection to the thin client, which may take some time.

Resource URL

/v3/thinclients/{tcId}?facets=online

Example Request

curl \

--request GET \

https://[server]:8443/umsapi/v3/thinclients/95?facets=online

Request Path Variables

Name

Type

Mandatory

Description

tcId

String

yes

thin client ID

Response Type

Returns a TCResourceV3 with its online status.

Example Response

{

"unitID": "00E0C514325B",

"mac": "00E0C514325B",

"firmwareID": "6",

"lastIP": "172.30.92.26",

"online": false,

"batteryLevel": 0,

"id": "95",

"name": "ITC00E0C514325B",

"parentID": "-1",

"movedToBin": false,

"objectType": "tc",

"links": []

}