Summary

Gets information on the specified thin client.

Resource URL

/v2/thinclients/[id]

Example Request

curl \

--request GET \

https://[server]:8443/umsapi/v2/thinclients/27

Request Path Variables

Name

Type

Mandatory

Description

id

String

yes

thin client ID

Response Type

Returns a MainDataResource for the thin client plus

  • unitID
  • mac
  • firmwareID
  • lastIP

Example Response

{

"unitID": "00E0C54DCB8E",

"mac": "00E0C54DCB8E",

"firmwareID": "21",

"lastIP": "172.30.91.43",

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

}

]

}