Summary

Gets detailed information on all available network adapters for all endpoint devices. This information is provided for devices as of IGEL OS 11.07.100.

This method will also list endpoint devices that are located in the Recycle Bin ("movedToBin":"true"), but you will not be able to call methods on those endpoint devices.

Resource URL

/v3/thinclients?facets=networkadapters

Example Request

curl \

--request GET \

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

Response Type

Returns an Array of TCResourceV3 with full details.

Example Response

[{"unitID":"85641000E583142622","mac":"00E0C520986A","firmwareID":"325","lastIP":"000.00.00.000","networkAdapters":[],"deviceAttributes":[],"id":"36115","name":"TD-RD01","parentID":"36150","movedToBin":false,"objectType":"tc","links":[]},{"unitID":"00E0C520986A","mac":"00E0C520986A","firmwareID":"1129","lastIP":"000.00.00.000","networkAdapters":[{"type":"lan","mac":"00E0C520986A","name":"enp1s0","state":"up"}],"deviceAttributes":[],"id":"97856","name":"TD-RD03","parentID":"36150","movedToBin":false,"objectType":"tc","links":[]}]