Skip to main content
Skip table of contents

PUT /v3/thinclients/{tcId}

Summary

Updates properties of the specified thin client

Resource URL

/v3/thinclients/{tcId}

Example Request

curl \

--request PUT \

--header "Content-type: application/json" \

--data '{"name":"reception thin client", \

"site":"main campus"}' \

https://[server]:8443/umsapi/v3/thinclients/123


Request Path Variables

Name

Type

Mandatory

Description

id

String

yes

thin client ID


Request Body

General Device Attributes

Name

Type

Mandatory

Description

name

String

no

thin client name

site

String

no

site of operation

department

String

no

department

costCenter

String

no

cost center

lastIP

String

no

last known IP of thin client

comment

String

no

comment field

assetID

String

no

asset ID

inserviceDate

String

no


serialNumber

String

no

serial number of thin client

Custom Device Attributes

These device attributes are available with UMS 6.10 or higher and IGEL OS 11.07 or higher. Note that the overwrite rule and the string type must be set correctly. For details, see Universal Management Suite > Universal Managment Suite (UMS) > UMS Reference Manual > UMS Administration > Global Configuration in the IGEL UMS > Managing Device Attributes for IGEL OS Devices in the IGEL UMS

Name

Type

Mandatory

Description

deviceAttributes

Array

no

contains the identifier and the value

deviceAttributes/identifier

String

no

UMS internal identifier of the device attribute; see Universal Management Suite > Universal Managment Suite (UMS) > UMS Reference Manual > UMS Administration > Global Configuration in the IGEL UMS > Managing Device Attributes for IGEL OS Devices in the IGEL UMS

deviceAttributes/value

String or number or date

no

value of the device attribute

Example body:

CODE
{
  "deviceAttributes": [
    {
      "identifier": "location",
      "value": "San Francisco"
    },
    {
      "identifier": "country",
      "value": "US"
    }
  ]
}


Response Type

Returns a success message.


Example Response

{

"message": "Update successful"

}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.