Summary

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

Resource URL

/v3/thinclients/{tcId}?facets=networkadapters

Example Request

curl \

--request GET \

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

Request Path Variables

Name

Type

Mandatory

Description

tcId

String

yes

ID of the endpoint device

Response Type

Returns a TCResourceV3 with full details.

Example Response

{"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":[]}