Summary

Gets the online status for all thin clients.

This method will also list thin clients that are located in the Recycle Bin ("movedToBin":"true"), but you will not be able to call methods on those clients.
When you send this request, UMS cannot answer it from data in the database alone, but makes a network connection to each thin client, which may take some time.

Resource URL

/v2/thinclients?facets=online

Example Request

curl \

--request GET \

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

Response Type

Returns a list of thin client resources in the MainDataResource view, but with the online status.

Example Response

[

{

"unitID": "00E0C54DCB8E",

"mac": "00E0C54DCB8E",

"firmwareID": "21",

"lastIP": "172.30.91.43",

"online": true,

"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"

}

]

},

{

"unitID": "DC9C5207694E",

"mac": "DC9C5207694E",

"firmwareID": "13",

"lastIP": "172.30.91.24",

"online": false,

"id": "6888",

"name": "UD3 M340C_Board",

"parentID": "15592",