GET /v3/thinclientview/{viewId}?facets=networkadapters
This IMI resource is available with UMS 6.10.110 or higher.
Summary
Gets detailed information on all available network adapters for all endpoint devices in the view with the id {viewId}
. This information is provided for devices as of IGEL OS 11.07.100.
"movedToBin":"true"
), but you will not be able to call methods on those endpoint devices.
Resource URL
/v3/thinclientview/{viewId}?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":[]}]