Summary

Gets the certificate and password for Secure VNC for the specified thin client.

Learn more about shadowing from the Best Practice document Using Secure VNC via IGEL Management Interface (IMI).

Resource URL

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

Example Request

curl \

--request GET \

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

Name

Type

Mandatory

Description

id

String

yes

thin client ID

Response Type

Returns the MainDataResource for the specified thin client, but with the shadowSecret object, consisting of the certificate and password fields.

Example Response

{

"unitID": "00E0C54DCB8E",

"mac": "00E0C54DCB8E",

"firmwareID": "21",

"lastIP": "172.30.91.43",

"shadowSecret": {

"certificate": "-----BEGIN CERTIFICATE-----

MIIB0TCCATqgAwIBAgIERmWx9zANBgkqhkiG9w0BAQQFADAtMQswCQYDVQQGEwJE

RTEPMA0GA1UEBxMGQnJlbWVuMQ0wCwYDVQQKEwRJR0VMMB4XDTE0MDEwMTAwMDAw

MVoXDTM3MDEwMTAwMDAwMVowLTELMAkGA1UEBhMCREUxDzANBgNVBAcTBkJyZW1l

bjENMAsGA1UEChMESUdFTDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA4b5q

QhcxhUhWNdapMc9jKlQSCf0hSD4gBfzJncu2KryEHW0fCDXe44bhIYdICQ17/cIr

nE1ld4qylxnRouWUSJZkvC/+1fDqZRehPlpOnC3mjRUFotxSILOuO+0IQ+dluEw/

lIR6kaYQbnk+CnnduG513MskeyQ5LTFs2To8W+kCAwD/OTANBgkqhkiG9w0BAQQF

AAOBgQAlE+79ZLlY7cF/5IfJjihlBbXW2Dx67Qqs2SYwBvi31cr5fNm+qGh+7G4w

ayA0LXq2B4D6NyUsuN0JBxOC8aq8YxYvFQiD7vANVvk9cuXCeSB6d6cXlnS8IRI5

g7nAXacAPzrrORZPmFTW4R2wkJ6athrXCm+5fLyLuByRFhrh4Q==

-----END CERTIFICATE-----\n",

"password": "464abcbd-1399-47d0-b011-eba2e67a72b0"

},

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

}

]

}