Summary

Gets the online status for the specified thin client.

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

/v2/thinclients/[id]?facets=online

Example Request

curl \

--request GET \

https://[server]:8443/umsapi/v2/thinclients/27?facets=online

Request Path Variables

Name

Type

Mandatory

Description

id

String

yes

thin client ID

Response Type

Returns the MainDataResource for the thin client, but with the online status.

Example Response

{

"unitID": "00E0C54DCB8E",

"mac": "00E0C54DCB8E",

"firmwareID": "21",

"lastIP": "172.30.91.43",

"online": false,

"id": "27",

"name": "Curry",

"parentID": "-1",

"movedToBin": false,

"objectType": "tc",

"links": [

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v2/thinclients/27"

},

{

"rel": "Parent",

"href": "root"

},

{

"rel": "Firmware",

"href": "https://172.30.91.227:8443/umsapi/v2/firmwares/21"

}

]

}